reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4996 if (Not.getOpcode() == ISD::ANY_EXTEND) 4997 Not = Not.getOperand(0); 4997 Not = Not.getOperand(0); 4998 if (!isBitwiseNot(Not) || !Not.hasOneUse() || !isOneConstant(And1)) 4998 if (!isBitwiseNot(Not) || !Not.hasOneUse() || !isOneConstant(And1)) 5004 SDValue Srl = Not.getOperand(0);