Searched refs:OffsetAI (Results 1 – 3 of 3) sorted by relevance
2020 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local2021 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()2025 if (!OffsetAI) in lowerConstantForGV()2028 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
2495 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local2496 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()2499 if (!OffsetAI) in lowerConstant()2502 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()
606 APInt OffsetAI; in FoldReinterpretLoadFromConstPtr() local607 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL)) in FoldReinterpretLoadFromConstPtr()615 int64_t Offset = OffsetAI.getSExtValue(); in FoldReinterpretLoadFromConstPtr()