Searched refs:InTypes (Results 1 – 3 of 3) sorted by relevance
190 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genTypeInstancesUsedInForEach() local192 for (RSExportForEach::InTypeIter BI = InTypes.begin(), in genTypeInstancesUsedInForEach()193 EI = InTypes.end(); BI != EI; BI++) { in genTypeInstancesUsedInForEach()418 const RSExportForEach::InTypeVec &InTypes = ef->getInTypes(); in writeImplementationFile() local422 genTypeCheck(InTypes[0], "ain"); in writeImplementationFile()
424 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genScriptClassConstructor() local425 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor()690 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genExportForEach() local766 if (InTypes.size() == 1) { in genExportForEach()767 if (InTypes.front() != NULL) { in genExportForEach()768 genTypeCheck(InTypes.front(), "ain"); in genExportForEach()771 } else if (InTypes.size() > 1) { in genExportForEach()773 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genExportForEach()
575 llvm::SmallVector<llvm::Type*, 8> InTypes; in ExpandKernel() local610 InTypes.push_back(InType); in ExpandKernel()662 InTypes.push_back(InType); in ExpandKernel()709 InPtr = Builder.CreatePointerCast(InPtr, InTypes[Index]); in ExpandKernel()