Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h44 std::optional<ConstantRange> calcRange(Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp207 std::optional<ConstantRange> Float2IntPass::calcRange(Instruction *I) { in calcRange() function in Float2IntPass
306 if (std::optional<ConstantRange> Range = calcRange(I)) in walkForwards()