Searched refs:getLiteralAsConstant (Results 1 – 3 of 3) sorted by relevance
133 virtual SPIRVConstant* getLiteralAsConstant(unsigned Literal) = 0;
106 virtual SPIRVConstant* getLiteralAsConstant(unsigned Literal);471 SPIRVModuleImpl::getLiteralAsConstant(unsigned Literal) { in getLiteralAsConstant() function in SPIRV::SPIRVModuleImpl896 return getLiteralAsConstant(I32); in addIntegerConstant()
304 return isOperandLiteral(I) ? Module->getLiteralAsConstant(Ops[I]) : in getOpValue()