Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h118 VarArg, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp957 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType()
1200 case IITDescriptor::VarArg: return Type::getVoidTy(Context); in DecodeFixedType()
1382 case IITDescriptor::VarArg: return true; in matchIntrinsicType()
1639 if (D.Kind == IITDescriptor::VarArg) in matchIntrinsicVarArg()