Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp550 SmallVector<Type *, 8> VecTypes; in createFunctionType() local
557 VecTypes.push_back(MaskTy); in createFunctionType()
564 VecTypes.push_back(OperandTy); in createFunctionType()
570 return FunctionType::get(RetTy, VecTypes, false); in createFunctionType()