Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp424 Optional<ConstantRange> getRangeForOperand(unsigned Op, Instruction *I,
956 Optional<ConstantRange> LazyValueInfoImpl::getRangeForOperand(unsigned Op, in getRangeForOperand() function in LazyValueInfoImpl
1005 Optional<ConstantRange> LHSRes = getRangeForOperand(0, CI, BB); in solveBlockValueCast()
1055 Optional<ConstantRange> LHSRes = getRangeForOperand(0, BO, BB); in solveBlockValueBinaryOp()
1056 Optional<ConstantRange> RHSRes = getRangeForOperand(1, BO, BB); in solveBlockValueBinaryOp()