Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1699 SDValue getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4758 SDValue llvm::getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs) { in getBitwiseNotOperand() function in llvm
4783 getBitwiseNotOperand(Not, Mask, /* AllowUndefs */ true)) { in haveNoCommonBitsSetCommutative()
H A DDAGCombiner.cpp6916 if (getBitwiseNotOperand(N01, N00, in visitORCommutative()
6921 if (getBitwiseNotOperand(N00, N01, in visitORCommutative()