Home
last modified time | relevance | path

Searched refs:VFTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp873 FunctionType *VFTy = nullptr; in execute() local
875 VFTy = Variant->getFunctionType(); in execute()
894 else if (VFTy && !VFTy->getParamType(I.index())->isVectorTy()) in execute()