Searched refs:getBitwiseNotOperand (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1757 SDValue getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 5365 SDValue llvm::getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs) { in getBitwiseNotOperand() function in llvm 5390 getBitwiseNotOperand(Not, Mask, /* AllowUndefs */ true)) { in haveNoCommonBitsSetCommutative()
|
| H A D | DAGCombiner.cpp | 7775 if (SDValue NotOperand = getBitwiseNotOperand(N01, N00, in visitORCommutative() 7783 if (SDValue NotOperand = getBitwiseNotOperand(N00, N01, in visitORCommutative()
|