Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp61 if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 || in splitGlobal()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DOperator.cpp38 return GEP->isInBounds() || GEP->getInRangeIndex() != std::nullopt; in hasPoisonGeneratingFlags()
H A DConstantFold.cpp382 !cast<GEPOperator>(CE)->getInRangeIndex() && in ConstantFoldCastInstruction()
1978 NewIndices, InBounds && GEP->isInBounds(), GEP->getInRangeIndex()); in foldGEPOfGEP()
2025 std::optional<unsigned> IRIndex = GEP->getInRangeIndex(); in foldGEPOfGEP()
H A DConstants.cpp1503 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
H A DAsmWriter.cpp1596 InRangeOp = GEP->getInRangeIndex(); in WriteConstantInternal()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h401 std::optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp892 GEP->getInRangeIndex(), DL, TLI)) in SymbolicallyEvaluateGEP()
995 if (std::optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex()) in SymbolicallyEvaluateGEP()
1061 GEP->getInRangeIndex()); in ConstantFoldInstOperandsImpl()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp553 std::optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function in __anone38b3fdf0411::BitcodeConstant
1545 BC->Flags, BC->getInRangeIndex()); in materializeValue()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2675 if (std::optional<unsigned> Idx = GO->getInRangeIndex()) { in writeConstants()