Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp61 if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 || in splitGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h477 Optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp835 GEP->getInRangeIndex(), DL, TLI)) in SymbolicallyEvaluateGEP()
989 if (Optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex()) in SymbolicallyEvaluateGEP()
1038 GEP->getInRangeIndex()); in ConstantFoldInstOperandsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp550 !cast<GEPOperator>(CE)->getInRangeIndex().hasValue() && in ConstantFoldCastInstruction()
2315 Optional<unsigned> IRIndex = cast<GEPOperator>(CE)->getInRangeIndex(); in ConstantFoldGetElementPtr()
DConstants.cpp1332 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
DAsmWriter.cpp1522 InRangeOp = GEP->getInRangeIndex(); in WriteConstantInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2463 if (Optional<unsigned> Idx = GO->getInRangeIndex()) { in writeConstants()