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