Searched refs:InType (Results 1 – 3 of 3) sorted by relevance
654 llvm::Type *InType = ArgIter->getType(); in ExpandInputsLoopInvariant() local666 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { in ExpandInputsLoopInvariant()671 InType = InType->getPointerTo(); in ExpandInputsLoopInvariant()682 CastInBufPtr = Builder.CreatePointerCast(InBufPtr, InType, "casted_in"); in ExpandInputsLoopInvariant()697 InTypes.push_back(InType); in ExpandInputsLoopInvariant()
845 for (const auto &InType : InTypes) in declareReduce() local846 reduce.mAccumIns[InTypesIdx++] = canon(getUniqueTypeName(InType)); in declareReduce()916 for (const auto &InType : InTypes) { in declareReduce() local917 const std::string InTypeName = getUniqueTypeName(InType); in declareReduce()
1254 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx]; in getReduceInputStrings() local1255 if (InType->getClass() == RSExportType::ExportClassRecord) { in getReduceInputStrings()1349 const RSExportType *const InType = InTypes[InIdx]; in genExportReduceArrayVariant() local1350 switch (InType->getClass()) { in genExportReduceArrayVariant()1375 InType->convertToRTD(&InTypeData); in genExportReduceArrayVariant()