Home
last modified time | relevance | path

Searched refs:OffsetAI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1704 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
1705 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstant()
1708 if (!OffsetAI) in lowerConstant()
1711 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()