Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp59 if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 || in splitGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp40 return GEP->isInBounds() || GEP->getInRangeIndex() != std::nullopt; in hasPoisonGeneratingFlags()
H A DConstantFold.cpp1481 NewIndices, InBounds && GEP->isInBounds(), GEP->getInRangeIndex()); in foldGEPOfGEP()
1533 std::optional<unsigned> IRIndex = GEP->getInRangeIndex(); in foldGEPOfGEP()
H A DConstants.cpp1487 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
H A DAsmWriter.cpp1654 InRangeOp = GEP->getInRangeIndex(); in WriteConstantInternal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h393 std::optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp429 if (int Res = cmpNumbers(GEPL->getInRangeIndex().value_or(unsigned(-1)), in cmpConstants()
430 GEPR->getInRangeIndex().value_or(unsigned(-1)))) in cmpConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp874 GEP->isInBounds(), GEP->getInRangeIndex(), in SymbolicallyEvaluateGEP()
972 if (std::optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex()) in SymbolicallyEvaluateGEP()
1032 GEP->getInRangeIndex()); in ConstantFoldInstOperandsImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp554 std::optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function in __anon933571fe0411::BitcodeConstant
1572 BC->Flags, BC->getInRangeIndex()); in materializeValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2724 if (std::optional<unsigned> Idx = GO->getInRangeIndex()) { in writeConstants()