Searched refs:ArgLocs1 (Results 1 – 1 of 1) sorted by relevance
1203 SmallVector<CCValAssign, 16> ArgLocs1; in resultsCompatible() local1204 CCState CCInfo1(CalleeCC, Info.IsVarArg, MF, ArgLocs1, F.getContext()); in resultsCompatible()1215 if (ArgLocs1.size() != ArgLocs2.size()) in resultsCompatible()1219 for (unsigned i = 0, e = ArgLocs1.size(); i < e; ++i) { in resultsCompatible()1220 const CCValAssign &Loc1 = ArgLocs1[i]; in resultsCompatible()