Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp415 std::optional<ConstantRange> getRangeFor(Value *V, Instruction *CxtI,
890 LazyValueInfoImpl::getRangeFor(Value *V, Instruction *CxtI, BasicBlock *BB) { in getRangeFor() function in LazyValueInfoImpl
923 std::optional<ConstantRange> LHSRes = getRangeFor(CI->getOperand(0), CI, BB); in solveBlockValueCast()
947 std::optional<ConstantRange> LHSRes = getRangeFor(I->getOperand(0), I, BB); in solveBlockValueBinaryOpImpl()
948 std::optional<ConstantRange> RHSRes = getRangeFor(I->getOperand(1), I, BB); in solveBlockValueBinaryOpImpl()
1001 std::optional<ConstantRange> Range = getRangeFor(Op, II, BB); in solveBlockValueIntrinsic()