Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp46 GEP->getInRange() != std::nullopt; in hasPoisonGeneratingFlags()
80 std::optional<ConstantRange> GEPOperator::getInRange() const { in getInRange() function in llvm::GEPOperator
82 return CE->getInRange(); in getInRange()
H A DConstantsContext.h209 std::optional<ConstantRange> getInRange() const;
400 return GEPCE->getInRange();
H A DConstants.cpp1562 GEPO->getNoWrapFlags(), GEPO->getInRange(), OnlyIfReducedTy); in getWithOperands()
2772 std::optional<ConstantRange> GetElementPtrConstantExpr::getInRange() const { in getInRange() function in GetElementPtrConstantExpr
H A DAsmWriter.cpp1427 if (auto InRange = GEP->getInRange()) { in WriteOptimizationInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp72 std::optional<ConstantRange> InRange = GEP->getInRange(); in splitGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h423 std::optional<ConstantRange> getInRange() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp440 std::optional<ConstantRange> InRangeL = GEPL->getInRange(); in cmpConstants()
441 std::optional<ConstantRange> InRangeR = GEPR->getInRange(); in cmpConstants()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp875 GEP->getInRange(), DL, TLI)) in SymbolicallyEvaluateGEP()
894 std::optional<ConstantRange> InRange = GEP->getInRange(); in SymbolicallyEvaluateGEP()
918 InRange = GEP->getInRange(); in SymbolicallyEvaluateGEP()
1018 GEP->getInRange()); in ConstantFoldInstOperandsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp577 std::optional<ConstantRange> getInRange() const { in getInRange() function in __anondf6e26480411::BitcodeConstant
1652 toGEPNoWrapFlags(BC->Flags), BC->getInRange()); in materializeValue()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2816 if (std::optional<ConstantRange> Range = GO->getInRange()) { in writeConstants()