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

Declarations

lib/Target/X86/X86ISelLowering.h
 1342     SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;

References

lib/Target/X86/X86ISelLowering.cpp
21309     if (SDValue NewCond = LowerSETCC(Cond, DAG)) {
21988       if (SDValue NewCond = LowerSETCC(Cond, DAG))
27717   case ISD::SETCC:              return LowerSETCC(Op, DAG);