reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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(); 10196 SetCCInfo.IsAArch64 = false; 10207 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); 10208 SetCCInfo.IsAArch64 = true; 10209 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( 10226 SetCCInfo.Info.AArch64.CC = 10227 AArch64CC::getInvertedCondCode(SetCCInfo.Info.AArch64.CC);