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()
82 std::optional<ConstantRange> GEPOperator::getInRange() const { in getInRange() function in llvm::GEPOperator
84 return CE->getInRange(); in getInRange()
H A DConstantsContext.h220 std::optional<ConstantRange> getInRange() const;
411 return GEPCE->getInRange();
H A DConstants.cpp1588 GEPO->getNoWrapFlags(), GEPO->getInRange(), OnlyIfReducedTy); in getWithOperands()
2808 std::optional<ConstantRange> GetElementPtrConstantExpr::getInRange() const { in getInRange() function in GetElementPtrConstantExpr
H A DAsmWriter.cpp1488 if (auto InRange = GEP->getInRange()) { in WriteOptimizationInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp71 std::optional<ConstantRange> InRange = GEP->getInRange(); in splitGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h442 LLVM_ABI std::optional<ConstantRange> getInRange() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp456 std::optional<ConstantRange> InRangeL = GEPL->getInRange(); in cmpConstants()
457 std::optional<ConstantRange> InRangeR = GEPR->getInRange(); in cmpConstants()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp890 GEP->getInRange(), DL, TLI)) in SymbolicallyEvaluateGEP()
910 std::optional<ConstantRange> InRange = GEP->getInRange(); in SymbolicallyEvaluateGEP()
934 InRange = GEP->getInRange(); in SymbolicallyEvaluateGEP()
1041 GEP->getInRange()); in ConstantFoldInstOperandsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp562 std::optional<ConstantRange> getInRange() const { in getInRange() function in __anondf6e26480411::BitcodeConstant
1694 toGEPNoWrapFlags(BC->Flags), BC->getInRange()); in materializeValue()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2959 if (std::optional<ConstantRange> Range = GO->getInRange()) { in writeConstants()