Searched refs:blockArgTypes (Results 1 – 4 of 4) sorted by relevance
28 SmallVector<Type> blockArgTypes(rank, builder.getIndexType()); in createPadScalarOp() local34 builder.createBlock(®ion, region.end(), blockArgTypes, blockArgLocs); in createPadScalarOp()
680 SmallVector<Type, 4> blockArgTypes; in build() local684 blockArgTypes.push_back(getElementTypeOrSelf(v)); in build()692 builder.createBlock(®ion, region.end(), blockArgTypes, blockArgLocs); in build()
5002 TypeRange blockArgTypes) { in build() argument5008 assert(args.size() == blockArgTypes.size()); in build()5012 for (auto it : llvm::zip(blockArgTypes, args)) in build()
2689 // `blockArgTypes` are different than `args` types as they are they2694 "TypeRange":$blockArgTypes)>