Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h518 Register createConstInt(const ConstantInt *CI, MachineInstr &I,
H A DSPIRVGlobalRegistry.cpp344 return createConstInt(CI, I, SpvType, TII, ZeroAsNull); in getOrCreateConstInt()
347 Register SPIRVGlobalRegistry::createConstInt(const ConstantInt *CI, in createConstInt() function in SPIRVGlobalRegistry