Searched refs:ConvertVectorToSCFPass (Results 1 – 1 of 1) sorted by relevance
1283 struct ConvertVectorToSCFPass struct1284 : public ConvertVectorToSCFBase<ConvertVectorToSCFPass> {1285 ConvertVectorToSCFPass() = default;1286 ConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in ConvertVectorToSCFPass() function1319 return std::make_unique<ConvertVectorToSCFPass>(options); in createConvertVectorToSCFPass()