Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp413 Optional<ConstantRange> getRangeFor(Value *V, Instruction *CxtI,
873 Optional<ConstantRange> LazyValueInfoImpl::getRangeFor(Value *V, in getRangeFor() function in LazyValueInfoImpl
915 Optional<ConstantRange> LHSRes = getRangeFor(CI->getOperand(0), CI, BB); in solveBlockValueCast()
938 Optional<ConstantRange> LHSRes = getRangeFor(I->getOperand(0), I, BB); in solveBlockValueBinaryOpImpl()
939 Optional<ConstantRange> RHSRes = getRangeFor(I->getOperand(1), I, BB); in solveBlockValueBinaryOpImpl()
999 Optional<ConstantRange> Range = getRangeFor(Op, II, BB); in solveBlockValueIntrinsic()