reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
646 if (Op.getOpcode() != ISD::SETCC) 647 return Op; 649 SDValue LHS = Op.getOperand(0); 652 return Op; 654 SDValue RHS = Op.getOperand(1); 655 SDLoc DL(Op); 659 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();