Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4777 static bool haveNoCommonBitsSetCommutative(SDValue A, SDValue B) { in haveNoCommonBitsSetCommutative() function
4802 if (haveNoCommonBitsSetCommutative(A, B) || in haveNoCommonBitsSet()
4803 haveNoCommonBitsSetCommutative(B, A)) in haveNoCommonBitsSet()