Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2021 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
2022 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2026 if (!OffsetAI) in lowerConstantForGV()
2029 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3177 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
3178 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
3181 if (!OffsetAI) in lowerConstant()
3184 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()