Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2022 llvm::SmallVector<SpirvOperand> ToOperands; in VisitHLSLInlineSpirvType() local
2029 ToOperands.push_back(SpirvOperand::createConstant( in VisitHLSLInlineSpirvType()
2033 ToOperands.push_back(SpirvOperand::createLiteral(Operand.getValue())); in VisitHLSLInlineSpirvType()
2036 ToOperands.push_back(SpirvOperand::createType( in VisitHLSLInlineSpirvType()
2048 ToOpcode, ToSize, ToAlignment, ToOperands); in VisitHLSLInlineSpirvType()