Searched refs:ScalarArgTypes (Results 1 – 1 of 1) sorted by relevance
112 SmallVector<Type *, 8> ScalarArgTypes; in replaceWithCallToVeclib() local123 ScalarArgTypes.push_back(ArgTy); in replaceWithCallToVeclib()125 ScalarArgTypes.push_back(VectorArgTy->getElementType()); in replaceWithCallToVeclib()139 ? Intrinsic::getName(IID, ScalarArgTypes, I.getModule()) in replaceWithCallToVeclib()148 ScalarArgTypes = {ScalarTy, ScalarTy}; in replaceWithCallToVeclib()167 FunctionType::get(ScalarRetTy, ScalarArgTypes, /*isVarArg*/ false); in replaceWithCallToVeclib()