Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp79 KnownBits ConstantRange::toKnownBits() const { in toKnownBits() function in ConstantRange
1514 fromKnownBits(toKnownBits() & Other.toKnownBits(), false); in binaryAnd()
1526 fromKnownBits(toKnownBits() | Other.toKnownBits(), false); in binaryOr()
1548 KnownBits LHSKnown = toKnownBits(); in binaryXor()
1549 KnownBits RHSKnown = Other.toKnownBits(); in binaryXor()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h586 KnownBits toKnownBits() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp713 Known = Known.unionWith(LHSRange.toKnownBits()); in computeKnownBitsFromCmp()
1578 KnownBits KnownUnion = Known2.unionWith(CR.toKnownBits()); in computeKnownBitsFromOperator()
1614 Known = Known.unionWith(Range->toKnownBits()); in computeKnownBitsFromOperator()
1863 Known = getVScaleRange(II->getFunction(), BitWidth).toKnownBits(); in computeKnownBitsFromOperator()
2125 Known = Range->toKnownBits(); in computeKnownBits()
2143 Known = CR->toKnownBits(); in computeKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3278 Known = getVScaleRange(&F, BitWidth).multiply(Multiplier).toKnownBits(); in computeKnownBits()