Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2071 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
2072 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2076 if (!OffsetAI) in lowerConstantForGV()
2079 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1751 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
1752 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
1755 if (!OffsetAI) in lowerConstant()
1758 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()