LLVM 22.0.0git
Public Attributes | List of all members
llvm::SPIRV::IntegerDotProductBuiltin Struct Reference

Public Attributes

StringRef Name
 
uint32_t Opcode
 
bool IsSwapReq
 

Detailed Description

Definition at line 135 of file SPIRVBuiltins.cpp.

Member Data Documentation

◆ IsSwapReq

bool llvm::SPIRV::IntegerDotProductBuiltin::IsSwapReq

Definition at line 138 of file SPIRVBuiltins.cpp.

Referenced by llvm::generateDotOrFMulInst().

◆ Name

StringRef llvm::SPIRV::IntegerDotProductBuiltin::Name

Definition at line 136 of file SPIRVBuiltins.cpp.

◆ Opcode

uint32_t llvm::SPIRV::IntegerDotProductBuiltin::Opcode

Definition at line 137 of file SPIRVBuiltins.cpp.

Referenced by llvm::generateDotOrFMulInst().


The documentation for this struct was generated from the following file: