reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
21414     CC = Cond.getOperand(0);
21420       IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
21434     CC = DAG.getTargetConstant(X86Cond, DL, MVT::i8);
21448         CC = BTCC;
21456     CC = DAG.getTargetConstant(X86::COND_NE, DL, MVT::i8);
21467     unsigned CondCode = cast<ConstantSDNode>(CC)->getZExtValue();
21491                                  CC, Cond);
21507     SDValue Ops[] = { Op2, Op1, CC, Cond };
21514   SDValue Ops[] = { Op2, Op1, CC, Cond };