Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5708 static bool haveNoCommonBitsSetCommutative(SDValue A, SDValue B) { in haveNoCommonBitsSetCommutative() function
5744 if (haveNoCommonBitsSetCommutative(A, B) || in haveNoCommonBitsSet()
5745 haveNoCommonBitsSetCommutative(B, A)) in haveNoCommonBitsSet()