Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h351 static KnownBits avgCeilS(const KnownBits &LHS, const KnownBits &RHS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp787 KnownBits KnownBits::avgCeilS(const KnownBits &LHS, const KnownBits &RHS) { in avgCeilS() function in KnownBits
H A DAPInt.cpp3082 APInt APIntOps::avgCeilS(const APInt &C1, const APInt &C2) { in avgCeilS() function in APIntOps
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2233 APInt avgCeilS(const APInt &C1, const APInt &C2);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3534 Known = KnownBits::avgCeilS(Known, Known2); in computeKnownBits()
6297 return APIntOps::avgCeilS(C1, C2); in FoldValue()