HomeSort by relevance Sort by last modified time
    Searched refs:getLiteralAsConstant (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 133 virtual SPIRVConstant* getLiteralAsConstant(unsigned Literal) = 0;
SPIRVModule.cpp 106 virtual SPIRVConstant* getLiteralAsConstant(unsigned Literal);
471 SPIRVModuleImpl::getLiteralAsConstant(unsigned Literal) {
896 return getLiteralAsConstant(I32);
    [all...]
SPIRVInstruction.h 304 return isOperandLiteral(I) ? Module->getLiteralAsConstant(Ops[I]) :
    [all...]

Completed in 162 milliseconds