Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h84 unsigned getBound() const { return GR->getBound(); } in getBound() function
H A DSPIRVAsmPrinter.cpp128 unsigned Bound = 2 * (ST->getBound() + 1) + NLabels; in emitEndOfAsmFile()
H A DSPIRVGlobalRegistry.h116 unsigned getBound() { return Bound; } in getBound() function