Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp414 static Value *matchFPExtFromF16(Value *Arg) { in matchFPExtFromF16() function
1165 if (Value *X = matchFPExtFromF16(Src0)) { in instCombineIntrinsic()
1166 if (Value *Y = matchFPExtFromF16(Src1)) { in instCombineIntrinsic()
1167 if (Value *Z = matchFPExtFromF16(Src2)) { in instCombineIntrinsic()