Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h524 Register createConstFP(const ConstantFP *CF, MachineInstr &I,
H A DSPIRVGlobalRegistry.cpp293 return createConstFP(CF, I, SpvType, TII, ZeroAsNull); in getOrCreateConstFP()
296 Register SPIRVGlobalRegistry::createConstFP(const ConstantFP *CF, in createConstFP() function in SPIRVGlobalRegistry