Searched refs:OffsetAI (Results 1 – 3 of 3) sorted by relevance
2032 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local2033 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()2037 if (!OffsetAI) in lowerConstantForGV()2040 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
2254 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local2255 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()2258 if (!OffsetAI) in lowerConstant()2261 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()
554 APInt OffsetAI; in FoldReinterpretLoadFromConstPtr() local555 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL)) in FoldReinterpretLoadFromConstPtr()563 int64_t Offset = OffsetAI.getSExtValue(); in FoldReinterpretLoadFromConstPtr()