Searched refs:TysForDecl (Results 1 – 2 of 2) sorted by relevance
5000 SmallVector<Type *, 2> TysForDecl = {CI->getType()}; in widenCallInstruction() local5011 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()
5549 SmallVector<Type *, 2> TysForDecl = in vectorizeTree() local5560 TysForDecl.push_back(ScalarArg->getType()); in vectorizeTree()5577 CF = Intrinsic::getDeclaration(F->getParent(), ID, TysForDecl); in vectorizeTree()