Searched refs:getVarArg (Results 1 - 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
H A DSPIRVUtil.cpp307 isVarArg = 0 <= Mangle->getVarArg();
308 if(isVarArg) ArgTypes = ArgTypes.slice(0, Mangle->getVarArg());
1392 bool BIVarArgNegative = BtnInfo->getVarArg() < 0;
1403 E = BIVarArgNegative ? ArgTypes.size() : (unsigned)BtnInfo->getVarArg();
1411 assert((unsigned)BtnInfo->getVarArg() <= ArgTypes.size()
H A DSPIRVInternal.h457 int getVarArg() const { function in class:SPIRV::BuiltinFuncMangleInfo

Completed in 123 milliseconds