Searched refs:Ins (Results 1 – 2 of 2) sorted by relevance
1028 const RSExportForEach::InVec &Ins = EF->getIns(); in genExportForEach() local1040 if (Ins.size() == 1) { in genExportForEach()1044 } else if (Ins.size() > 1) { in genExportForEach()1047 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()1096 if (Ins.size() == 1) { in genExportForEach()1099 } else if (Ins.size() > 1) { in genExportForEach()1100 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()1140 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach()1149 if (Ins.size() == 1 && (EF->hasOut() || EF->hasReturn())) { in genExportForEach()1153 } else if (Ins.size() > 1) { in genExportForEach()[all …]
273 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations() local274 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); in genForEachDeclarations()