Searched refs:OtherOffset (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 354 Decomposed.OtherOffset = 0; in DecomposeGEPExpression() 431 Decomposed.OtherOffset += in DecomposeGEPExpression() 453 Decomposed.OtherOffset += IndexOffset.getSExtValue() * Scale; in DecomposeGEPExpression() 484 Decomposed.OtherOffset = in DecomposeGEPExpression() 485 adjustToPointerSize(Decomposed.OtherOffset, PointerSize); in DecomposeGEPExpression() 998 DecompObject.OtherOffset; in isGEPBaseAtNegativeOffset() 1007 GEPBaseOffset += DecompGEP.OtherOffset; in isGEPBaseAtNegativeOffset() 1029 int64_t GEP1BaseOffset = DecompGEP1.StructOffset + DecompGEP1.OtherOffset; in aliasGEP() 1030 int64_t GEP2BaseOffset = DecompGEP2.StructOffset + DecompGEP2.OtherOffset; in aliasGEP()
|
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 121 int64_t OtherOffset; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2782 APInt OtherOffset(IntPtrWidth, NewBeginOffset - BeginOffset); in visitMemTransferInst() local 2784 OtherOffset.zextOrTrunc(64).getZExtValue()); in visitMemTransferInst() 2789 OtherPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy, in visitMemTransferInst() 2828 Value *SrcPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy, in visitMemTransferInst()
|