Searched refs:OffsetAI (Results 1 – 2 of 2) sorted by relevance
2002 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local2003 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()2007 if (!OffsetAI) in lowerConstantForGV()2010 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
2747 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local2748 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()2751 if (!OffsetAI) in lowerConstant()2754 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()