Searched refs:F32Value (Results 1 – 1 of 1) sorted by relevance
3328 APInt F32Value = BF16Value.zext(32).shl(16); in SelectWMMAVISrc() local3329 if (TII->isInlineConstant(F32Value)) { in SelectWMMAVISrc()3330 int64_t Imm = F32Value.getSExtValue(); in SelectWMMAVISrc()