Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1997 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
1998 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2002 if (!OffsetAI) in lowerConstantForGV()
2005 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2922 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
2923 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
2926 if (!OffsetAI) in lowerConstant()
2929 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()