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

References

lib/Target/Sparc/SparcISelLowering.cpp
 2477   LookThroughSetCC(LHS, RHS, CC, SPCC);
 2484     if (SPCC == ~0U) SPCC = IntCondCCodeToICC(CC);
 2484     if (SPCC == ~0U) SPCC = IntCondCCodeToICC(CC);
 2487       if (SPCC == ~0U) SPCC = FPCondCCodeToFCC(CC);
 2487       if (SPCC == ~0U) SPCC = FPCondCCodeToFCC(CC);
 2488       CompareFlag = TLI.LowerF128Compare(LHS, RHS, SPCC, dl, DAG);
 2493       if (SPCC == ~0U) SPCC = FPCondCCodeToFCC(CC);
 2493       if (SPCC == ~0U) SPCC = FPCondCCodeToFCC(CC);
 2497                      DAG.getConstant(SPCC, dl, MVT::i32), CompareFlag);