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

References

lib/Target/X86/X86ISelLowering.cpp
36678   if (Cond.getValueType() != MVT::i1)
36701       Cond = DAG.getNOT(DL, Cond, MVT::i1);
36701       Cond = DAG.getNOT(DL, Cond, MVT::i1);
36706     SDValue R = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, Cond);