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

References

lib/Target/ARM/ARMISelLowering.cpp
 4188       switch (CC) {
 4193           CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT;
 4193           CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT;
 4200           CC = (CC == ISD::SETULT) ? ISD::SETULE : ISD::SETUGT;
 4200           CC = (CC == ISD::SETULT) ? ISD::SETULE : ISD::SETUGT;
 4207           CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE;
 4207           CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE;
 4214           CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE;
 4214           CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE;
 4224     CC = ISD::getSetCCSwappedOperands(CC);
 4224     CC = ISD::getSetCCSwappedOperands(CC);
 4252       !isSignedIntSetCC(CC)) {
 4275       CC == ISD::SETUGT && isa<ConstantSDNode>(LHS.getOperand(1)) &&
 4289   ARMCC::CondCodes CondCode = IntCCToARMCC(CC);