Searched refs:OffsetAI (Results 1 – 2 of 2) sorted by relevance
1766 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local1767 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()1771 if (!OffsetAI) in lowerConstantForGV()1774 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
3516 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local3517 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()3520 if (!OffsetAI) in lowerConstant()3523 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()