ΒΆunsigned int getGEPInductionOperand(
const llvm::GetElementPtrInst* Gep)
unsigned int getGEPInductionOperand(
const llvm::GetElementPtrInst* Gep)
Description
Find the operand of the GEP that should be checked for consecutive stores. This ignores trailing indices that have no effect on the final pointer.
Declared at: llvm/include/llvm/Analysis/VectorUtils.h:202
Parameters
- const llvm::GetElementPtrInst* Gep