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

References

lib/Target/ARM/ARMISelLowering.cpp
 5018   FPCCToARMCC(CC, CondCode, CondCode2);
 5031     checkVSELConstraints(CC, CondCode, swpCmpOps, swpVselOps);
 5033     if (CondCode == ARMCC::GT || CondCode == ARMCC::GE ||
 5033     if (CondCode == ARMCC::GT || CondCode == ARMCC::GE ||
 5034         CondCode == ARMCC::VS || CondCode == ARMCC::EQ) {
 5034         CondCode == ARMCC::VS || CondCode == ARMCC::EQ) {
 5042   SDValue ARMcc = DAG.getConstant(CondCode, dl, MVT::i32);