Searched refs:VecTypes (Results 1 – 1 of 1) sorted by relevance
550 SmallVector<Type *, 8> VecTypes; in createFunctionType() local557 VecTypes.push_back(MaskTy); in createFunctionType()564 VecTypes.push_back(OperandTy); in createFunctionType()570 return FunctionType::get(RetTy, VecTypes, false); in createFunctionType()