Searched refs:TysForDecl (Results 1 – 2 of 2) sorted by relevance
4200 SmallVector<Type *, 2> TysForDecl = {CI.getType()}; in widenCallInstruction() local4212 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()
8277 SmallVector<Type *, 2> TysForDecl = in vectorizeTree() local8288 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()