Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h354 static KnownBits avgCeilU(const KnownBits &LHS, const KnownBits &RHS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp792 KnownBits KnownBits::avgCeilU(const KnownBits &LHS, const KnownBits &RHS) { in avgCeilU() function in KnownBits
H A DAPInt.cpp3087 APInt APIntOps::avgCeilU(const APInt &C1, const APInt &C2) { in avgCeilU() function in APIntOps
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2236 APInt avgCeilU(const APInt &C1, const APInt &C2);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3522 Known = KnownBits::avgCeilU(Known, Known2); in computeKnownBits()
6299 return APIntOps::avgCeilU(C1, C2); in FoldValue()