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

References

lib/Target/X86/X86ISelLowering.cpp
17234     SDValue Mask = DAG.getSetCC(dl, MaskVT, Cond,
17235                                 DAG.getConstant(0, dl, CondVT),
17238     return DAG.getSelect(dl, VT, Mask, LHS, RHS);
17249     Cond = DAG.getSExtOrTrunc(Cond, dl, NewCondVT);
17250     return DAG.getNode(ISD::VSELECT, dl, VT, Cond, LHS, RHS);
17275     SDValue Select = DAG.getNode(ISD::VSELECT, dl, CastVT, Cond, LHS, RHS);