Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1722 SDValue getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4963 SDValue llvm::getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs) { in getBitwiseNotOperand() function in llvm
4988 getBitwiseNotOperand(Not, Mask, /* AllowUndefs */ true)) { in haveNoCommonBitsSetCommutative()
H A DDAGCombiner.cpp7059 if (getBitwiseNotOperand(N01, N00, in visitORCommutative()
7064 if (getBitwiseNotOperand(N00, N01, in visitORCommutative()