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

References

lib/Target/ARM/ARMISelLowering.cpp
 6218         Invert = true; LLVM_FALLTHROUGH;
 6231     case ISD::SETULE: Invert = true; Opc = ARMCC::GT; break;
 6233     case ISD::SETULT: Invert = true; Opc = ARMCC::GE; break;
 6234     case ISD::SETUEQ: Invert = true; LLVM_FALLTHROUGH;
 6242       if (Invert)
 6246     case ISD::SETUO: Invert = true; LLVM_FALLTHROUGH;
 6254       if (Invert)
 6267         Invert = true; LLVM_FALLTHROUGH;
 6296         if (!Invert)
 6330   if (Invert)