Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp559 SmallVector<Type *, 8> VecTypes; in createFunctionType() local
566 VecTypes.push_back(MaskTy); in createFunctionType()
573 VecTypes.push_back(OperandTy); in createFunctionType()
579 return FunctionType::get(RetTy, VecTypes, false); in createFunctionType()