reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1687 bool isBitwiseNot(SDValue V, bool AllowUndefs = false);
2051 if (!Not.hasOneUse() || !isBitwiseNot(Not)) 2242 if (isBitwiseNot(N0)) 2252 if (isBitwiseNot(N0.getOperand(0))) { 2255 } else if (isBitwiseNot(N0.getOperand(1))) { 2617 if (isBitwiseNot(N0) && isOneOrOneSplat(N1)) { 2806 if (isBitwiseNot(N0)) 3053 if (TLI.preferIncOfAddToSubOfNot(VT) && N1.hasOneUse() && isBitwiseNot(N1)) { 4998 if (!isBitwiseNot(Not) || !Not.hasOneUse() || !isOneConstant(And1)) 5661 if (isBitwiseNot(N0.getOperand(1)) && N0.getOperand(1).getOperand(0) == N1) 5665 if (isBitwiseNot(N0.getOperand(0)) && N0.getOperand(0).getOperand(0) == N1) 7133 if (isBitwiseNot(N->getOperand(0)))lib/CodeGen/SelectionDAG/TargetLowering.cpp
1033 if (isBitwiseNot(Op0) && Op0.hasOneUse() &&
lib/Target/PowerPC/PPCISelDAGToDAG.cpp 2660 bool IsBitwiseNegation = isBitwiseNot(LogicOp);
lib/Target/X86/X86ISelLowering.cpp38901 if (isBitwiseNot(Op0)) 44606 if (!isBitwiseNot(V))