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

References

lib/Target/Sparc/SparcISelLowering.cpp
 2440   LookThroughSetCC(LHS, RHS, CC, SPCC);
 2446     if (SPCC == ~0U) SPCC = IntCondCCodeToICC(CC);
 2446     if (SPCC == ~0U) SPCC = IntCondCCodeToICC(CC);
 2451       if (SPCC == ~0U) SPCC = FPCondCCodeToFCC(CC);
 2451       if (SPCC == ~0U) SPCC = FPCondCCodeToFCC(CC);
 2452       CompareFlag = TLI.LowerF128Compare(LHS, RHS, SPCC, dl, DAG);
 2456       if (SPCC == ~0U) SPCC = FPCondCCodeToFCC(CC);
 2456       if (SPCC == ~0U) SPCC = FPCondCCodeToFCC(CC);
 2461                      DAG.getConstant(SPCC, dl, MVT::i32), CompareFlag);