Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp109 SmallVector<Type *, 8> ScalarArgTypes; in replaceWithCallToVeclib() local
114 ScalarArgTypes.push_back(ArgTy); in replaceWithCallToVeclib()
116 ScalarArgTypes.push_back(VectorArgTy->getElementType()); in replaceWithCallToVeclib()
132 ? Intrinsic::getName(IID, ScalarArgTypes, II->getModule()) in replaceWithCallToVeclib()
151 FunctionType::get(ScalarRetTy, ScalarArgTypes, /*isVarArg*/ false); in replaceWithCallToVeclib()