Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h240 virtual bool isOperandLiteral(unsigned I) const { in isOperandLiteral() function
304 return isOperandLiteral(I) ? Module->getLiteralAsConstant(Ops[I]) : in getOpValue()
330 if (!isOperandLiteral(I)) in getNonLiteralOperands()
1189 bool isOperandLiteral(unsigned Index) const { return false;}
1259 bool isOperandLiteral(unsigned Index) const {
DSPIRVEntry.h270 virtual bool isOperandLiteral(unsigned Index) const { in isOperandLiteral() function
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1281 Operands.push_back(Entry->isOperandLiteral(I) ? in transValue()
1658 SPArgs.push_back(SPI->isOperandLiteral(I) ? in transBuiltinToInstWithoutDecoration()