Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp3328 APInt F32Value = BF16Value.zext(32).shl(16); in SelectWMMAVISrc() local
3329 if (TII->isInlineConstant(F32Value)) { in SelectWMMAVISrc()
3330 int64_t Imm = F32Value.getSExtValue(); in SelectWMMAVISrc()