Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2059 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
2060 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2064 if (!OffsetAI) in lowerConstantForGV()
2067 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2158 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
2159 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
2162 if (!OffsetAI) in lowerConstant()
2165 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp534 APInt OffsetAI; in FoldReinterpretLoadFromConstPtr() local
535 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL)) in FoldReinterpretLoadFromConstPtr()
543 int64_t Offset = OffsetAI.getSExtValue(); in FoldReinterpretLoadFromConstPtr()