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

References

lib/Target/X86/X86ISelLowering.cpp
21059   MVT VT = Op.getSimpleValueType();
21061   if (VT.isVector()) return LowerVSETCC(Op, Subtarget, DAG);
21064   SDValue Op0 = Op.getOperand(0);
21065   SDValue Op1 = Op.getOperand(1);
21066   SDLoc dl(Op);
21067   ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
21076       assert(Op0.getValueType() == Op.getValueType() &&