Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp61 if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 || in splitGlobal()
/llvm-project-15.0.7/llvm/lib/IR/
H A DOperator.cpp38 return GEP->isInBounds() || GEP->getInRangeIndex() != None; in hasPoisonGeneratingFlags()
H A DConstantFold.cpp382 !cast<GEPOperator>(CE)->getInRangeIndex() && in ConstantFoldCastInstruction()
1975 NewIndices, InBounds && GEP->isInBounds(), GEP->getInRangeIndex()); in foldGEPOfGEP()
2022 Optional<unsigned> IRIndex = GEP->getInRangeIndex(); in foldGEPOfGEP()
H A DConstants.cpp1497 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
H A DAsmWriter.cpp1578 InRangeOp = GEP->getInRangeIndex(); in WriteConstantInternal()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOperator.h398 Optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp892 GEP->getInRangeIndex(), DL, TLI)) in SymbolicallyEvaluateGEP()
996 if (Optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex()) in SymbolicallyEvaluateGEP()
1062 GEP->getInRangeIndex()); in ConstantFoldInstOperandsImpl()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp552 Optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function in __anon27c3e5780411::BitcodeConstant
1523 BC->Flags, BC->getInRangeIndex()); in materializeValue()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2627 if (Optional<unsigned> Idx = GO->getInRangeIndex()) { in writeConstants()