Searched refs:getBitwiseNotOperand (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1722 SDValue getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4963 SDValue llvm::getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs) { in getBitwiseNotOperand() function in llvm 4988 getBitwiseNotOperand(Not, Mask, /* AllowUndefs */ true)) { in haveNoCommonBitsSetCommutative()
|
| H A D | DAGCombiner.cpp | 7059 if (getBitwiseNotOperand(N01, N00, in visitORCommutative() 7064 if (getBitwiseNotOperand(N00, N01, in visitORCommutative()
|