Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1372 bool hasIEEEMinMax3() const { return hasIEEEMinMax(); } in hasIEEEMinMax3() function
H A DSIISelLowering.cpp13161 return (VT == MVT::f32 || VT == MVT::f16) && Subtarget.hasIEEEMinMax3(); in supportsMin3Max3()