Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp239 ConstantFP *FpCons = dyn_cast<ConstantFP>(Arg); in lowerPrintfForGpu() local
240 if (FpCons) in lowerPrintfForGpu()
402 if (auto *FpCons = dyn_cast<ConstantFP>(Arg)) { in lowerPrintfForGpu() local
403 APFloat Val(FpCons->getValueAPF()); in lowerPrintfForGpu()