reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
515 bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
836 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse()) 4415 if (!isSetCCEquivalent(N0, LL, LR, N0CC) || 4416 !isSetCCEquivalent(N1, RL, RR, N1CC)) 6905 if (TLI.isConstTrueVal(N1.getNode()) && isSetCCEquivalent(N0, LHS, RHS, CC)) { 6924 isSetCCEquivalent(N0.getOperand(0), LHS, RHS, CC)){