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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 2492   SDValue getSETCCInGPR(SDValue Compare, SetccInGPROpts ConvOpts);
 2547                     SetccInGPROpts::SExtOrig : SetccInGPROpts::ZExtOrig);
 2547                     SetccInGPROpts::SExtOrig : SetccInGPROpts::ZExtOrig);
 2669       return getSETCCInGPR(Operand, SetccInGPROpts::ZExtOrig);
 3577                                                 SetccInGPROpts ConvOpts) {
 3598   if (ConvOpts == SetccInGPROpts::ZExtInvert ||
 3599       ConvOpts == SetccInGPROpts::SExtInvert)
 3607   bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig ||
 3608     ConvOpts == SetccInGPROpts::SExtInvert;