reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10192 if (Op.getOpcode() == ISD::SETCC) { 10193 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); 10194 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); 10195 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); 10203 if (Op.getOpcode() != AArch64ISD::CSEL) 10207 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); 10210 cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue()); 10215 ConstantSDNode *TValue = dyn_cast<ConstantSDNode>(Op.getOperand(0)); 10216 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1));