Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1643 SPIRVType *SPRetTy = nullptr; in transBuiltinToInstWithoutDecoration() local
1647 SPRetTy = transType(RetTy); in transBuiltinToInstWithoutDecoration()
1649 SPRetTy = transType(F->arg_begin()->getType()->getPointerElementType()); in transBuiltinToInstWithoutDecoration()
1652 auto SPI = BM->addInstTemplate(OC, BB, SPRetTy); in transBuiltinToInstWithoutDecoration()
1663 if (!SPRetTy || !SPRetTy->isTypeStruct()) in transBuiltinToInstWithoutDecoration()