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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  756   SDValue SplitVecOp_VSELECT(SDNode *N, unsigned OpNo);

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2004       Res = SplitVecOp_VSELECT(N, OpNo);
 4026       SDValue SplitSelect = SplitVecOp_VSELECT(N, 0);