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

References

lib/Target/X86/X86ISelLowering.cpp
23156         SetCC = getSETCC(X86::COND_E, Comi, dl, DAG);
23158         SetCC = DAG.getNode(ISD::AND, dl, MVT::i8, SetCC, SetNP);
23158         SetCC = DAG.getNode(ISD::AND, dl, MVT::i8, SetCC, SetNP);
23162         SetCC = getSETCC(X86::COND_NE, Comi, dl, DAG);
23164         SetCC = DAG.getNode(ISD::OR, dl, MVT::i8, SetCC, SetP);
23164         SetCC = DAG.getNode(ISD::OR, dl, MVT::i8, SetCC, SetP);
23168         SetCC = getSETCC(X86::COND_A, Comi, dl, DAG);
23171         SetCC = getSETCC(X86::COND_A, InvComi, dl, DAG);
23175         SetCC = getSETCC(X86::COND_AE, Comi, dl, DAG);
23178         SetCC = getSETCC(X86::COND_AE, InvComi, dl, DAG);
23183       return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);