Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp877 SmallVector<Type *, 2> TysForDecl; in execute() local
881 TysForDecl.push_back(VectorType::get( in execute()
900 TysForDecl.push_back(Arg->getType()); in execute()
908 VectorF = Intrinsic::getDeclaration(M, VectorIntrinsicID, TysForDecl); in execute()
H A DSLPVectorizer.cpp13474 SmallVector<Type *, 2> TysForDecl; in vectorizeTree() local
13477 TysForDecl.push_back(VecTy); in vectorizeTree()
13492 TysForDecl.push_back(ScalarArg->getType()); in vectorizeTree()
13514 TysForDecl.push_back(OpVec->getType()); in vectorizeTree()
13526 CF = Intrinsic::getDeclaration(F->getParent(), ID, TysForDecl); in vectorizeTree()