Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2034 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
2035 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2039 if (!OffsetAI) in lowerConstantForGV()
2042 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2097 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstantForGV() local
2098 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); in lowerConstantForGV()
2102 if (!OffsetAI) in lowerConstantForGV()
2105 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstantForGV()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1782 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
1783 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
1786 if (!OffsetAI) in lowerConstant()
1789 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2082 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0); in lowerConstant() local
2083 cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI); in lowerConstant()
2086 if (!OffsetAI) in lowerConstant()
2089 int64_t Offset = OffsetAI.getSExtValue(); in lowerConstant()
/external/llvm/lib/Analysis/
DConstantFolding.cpp445 APInt OffsetAI; in FoldReinterpretLoadFromConstPtr() local
446 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL)) in FoldReinterpretLoadFromConstPtr()
454 int64_t Offset = OffsetAI.getSExtValue(); in FoldReinterpretLoadFromConstPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp523 APInt OffsetAI; in FoldReinterpretLoadFromConstPtr() local
524 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL)) in FoldReinterpretLoadFromConstPtr()
532 int64_t Offset = OffsetAI.getSExtValue(); in FoldReinterpretLoadFromConstPtr()