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