Home
last modified time | relevance | path

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

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