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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  447   EVT OpVT = Cond.getValueType();
  453     Cond = GetScalarizedVector(Cond);
  453     Cond = GetScalarizedVector(Cond);
  456     Cond = DAG.getNode(
  457         ISD::EXTRACT_VECTOR_ELT, DL, VT, Cond,
  474     if (Cond->getOpcode() == ISD::SETCC) {
  475       EVT OpVT = Cond->getOperand(0).getValueType();
  482   EVT CondVT = Cond.getValueType();
  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,
  499                            Cond, DAG.getValueType(MVT::i1));
  507     Cond = DAG.getNode(ISD::TRUNCATE, SDLoc(N), BoolVT, Cond);
  507     Cond = DAG.getNode(ISD::TRUNCATE, SDLoc(N), BoolVT, Cond);
  510                        LHS.getValueType(), Cond, LHS,