Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h133 virtual SPIRVConstant* getLiteralAsConstant(unsigned Literal) = 0;
DSPIRVModule.cpp106 virtual SPIRVConstant* getLiteralAsConstant(unsigned Literal);
471 SPIRVModuleImpl::getLiteralAsConstant(unsigned Literal) { in getLiteralAsConstant() function in SPIRV::SPIRVModuleImpl
896 return getLiteralAsConstant(I32); in addIntegerConstant()
DSPIRVInstruction.h304 return isOperandLiteral(I) ? Module->getLiteralAsConstant(Ops[I]) : in getOpValue()