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

References

lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  513   CL = CH = Cond;
  514   if (Cond.getValueType().isVector()) {
  519     else if (getTypeAction(Cond.getValueType()) ==
  521       GetSplitVector(Cond, CL, CH);
  524     else if (Cond.getOpcode() == ISD::SETCC) {
  528       EVT CondLHSVT = Cond.getOperand(0).getValueType();
  529       if (Cond.getValueType().getVectorElementType() == MVT::i1 &&
  531           getSetCCResultType(CondLHSVT) == Cond.getValueType())
  532         std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
  534         SplitVecRes_SETCC(Cond.getNode(), CL, CH);
  536       std::tie(CL, CH) = DAG.SplitVector(Cond, dl);