Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4200 SmallVector<Type *, 2> TysForDecl = {CI.getType()}; in widenCallInstruction() local
4212 TysForDecl.push_back(Arg->getType()); in widenCallInstruction()
4220 TysForDecl[0] = VectorType::get(CI.getType()->getScalarType(), VF); in widenCallInstruction()
4222 VectorF = Intrinsic::getDeclaration(M, ID, TysForDecl); in widenCallInstruction()
H A DSLPVectorizer.cpp8277 SmallVector<Type *, 2> TysForDecl = in vectorizeTree() local
8288 TysForDecl.push_back(ScalarArg->getType()); in vectorizeTree()
8296 TysForDecl.push_back(OpVec->getType()); in vectorizeTree()
8307 CF = Intrinsic::getDeclaration(F->getParent(), ID, TysForDecl); in vectorizeTree()