Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1757 SDValue getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5365 SDValue llvm::getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs) { in getBitwiseNotOperand() function in llvm
5390 getBitwiseNotOperand(Not, Mask, /* AllowUndefs */ true)) { in haveNoCommonBitsSetCommutative()
H A DDAGCombiner.cpp7775 if (SDValue NotOperand = getBitwiseNotOperand(N01, N00, in visitORCommutative()
7783 if (SDValue NotOperand = getBitwiseNotOperand(N00, N01, in visitORCommutative()