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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.cpp 118 SPIRVInstruction::getOperandTypes(const std::vector<SPIRVValue *> &Ops) {
133 SPIRVInstruction::getOperandTypes() {
134 return getOperandTypes(getOperands());
SPIRVInstruction.h 129 std::vector<SPIRVType*> getOperandTypes();
130 static std::vector<SPIRVType*> getOperandTypes(
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 332 static ArrayRef<OperandType[2]> getOperandTypes() {
379 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes();
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp     [all...]

Completed in 75 milliseconds