Searched refs:Ins (Results 1 – 2 of 2) sorted by relevance
861 const RSExportForEach::InVec &Ins = EF->getIns(); in genExportForEach() local865 if (Ins.size() == 1) { in genExportForEach()869 } else if (Ins.size() > 1) { in genExportForEach()871 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()913 if (Ins.size() == 1) { in genExportForEach()916 } else if (Ins.size() > 1) { in genExportForEach()917 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach()955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach()964 if (Ins.size() == 1 && (EF->hasOut() || EF->hasReturn())) { in genExportForEach()968 } else if (Ins.size() > 1) { in genExportForEach()[all …]
271 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations() local272 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); in genForEachDeclarations()