reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6799 auto matchAndXor = [&X, &Y, &M](SDValue And, unsigned XorIdx, SDValue Other) { 6815 Y = Xor1; 6839 if (!TLI.hasAndNot(Y)) { 6845 SDValue RHS = DAG.getNode(ISD::OR, DL, VT, M, Y); 6851 SDValue RHS = DAG.getNode(ISD::AND, DL, VT, Y, NotM);