Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5000 SmallVector<Type *, 2> TysForDecl = {CI->getType()}; in widenCallInstruction() local
5011 TysForDecl.push_back(Arg->getType()); in widenCallInstruction()
5020 TysForDecl[0] = VectorType::get(CI->getType()->getScalarType(), VF); in widenCallInstruction()
5021 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in widenCallInstruction()
H A DSLPVectorizer.cpp5549 SmallVector<Type *, 2> TysForDecl = in vectorizeTree() local
5560 TysForDecl.push_back(ScalarArg->getType()); in vectorizeTree()
5577 CF = Intrinsic::getDeclaration(F->getParent(), ID, TysForDecl); in vectorizeTree()