Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDKnownBits.h348 static KnownBits avgFloorU(const KnownBits &LHS, const KnownBits &RHS);
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDKnownBits.cpp782 KnownBits KnownBits::avgFloorU(const KnownBits &LHS, const KnownBits &RHS) { in avgFloorU() function in KnownBits
HDAPInt.cpp3077 APInt APIntOps::avgFloorU(const APInt &C1, const APInt &C2) { in avgFloorU() function in APIntOps
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h2230 APInt avgFloorU(const APInt &C1, const APInt &C2);
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp3516 Known = KnownBits::avgFloorU(Known, Known2); in computeKnownBits()
6295 return APIntOps::avgFloorU(C1, C2); in FoldValue()