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