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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  446   SDValue Cond = N->getOperand(0);
  448   SDLoc DL(N);
  461   SDValue LHS = GetScalarizedVector(N->getOperand(1));
  491         Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT,
  492                            Cond, DAG.getConstant(1, SDLoc(N), CondVT));
  498         Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT,
  507     Cond = DAG.getNode(ISD::TRUNCATE, SDLoc(N), BoolVT, Cond);
  509   return DAG.getSelect(SDLoc(N),
  511                        GetScalarizedVector(N->getOperand(2)));