Home
last modified time | relevance | path

Searched refs:getInRangeIndex (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp61 if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 || in splitGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h450 Optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp804 GEP->getInRangeIndex(), DL, TLI)) in SymbolicallyEvaluateGEP()
958 if (Optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex()) in SymbolicallyEvaluateGEP()
1012 GEP->getInRangeIndex()); in ConstantFoldInstOperandsImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp548 !cast<GEPOperator>(CE)->getInRangeIndex().hasValue() && in ConstantFoldCastInstruction()
2194 Optional<unsigned> IRIndex = cast<GEPOperator>(CE)->getInRangeIndex(); in ConstantFoldGetElementPtr()
DConstants.cpp1227 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
DAsmWriter.cpp1506 InRangeOp = GEP->getInRangeIndex(); in WriteConstantInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2383 if (Optional<unsigned> Idx = GO->getInRangeIndex()) { in writeConstants()