Searched refs:resvtparts (Results 1 – 1 of 1) sorted by relevance
575 SmallVector<EVT, 16> resvtparts; in LowerCall() local576 ComputeValueVTs(*this, retTy, resvtparts); in LowerCall()581 for (unsigned i=0,e=resvtparts.size(); i!=e; ++i) { in LowerCall()583 EVT elemtype = resvtparts[i]; in LowerCall()584 if (resvtparts[i].isVector()) { in LowerCall()585 elems = resvtparts[i].getVectorNumElements(); in LowerCall()586 elemtype = resvtparts[i].getVectorElementType(); in LowerCall()741 SmallVector<EVT, 16> resvtparts; in LowerCall() local742 ComputeValueVTs(*this, retTy, resvtparts); in LowerCall()744 assert(Ins.size() == resvtparts.size() && in LowerCall()[all …]