Searched refs:OffsetAI (Results 1 – 1 of 1) sorted by relevance
1704 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local1705 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstant()1708 if (!OffsetAI) in lowerConstant()1711 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()