Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11977 bool WellFormedHi = (Hi16 == 0x0706) || (Hi16 == 0x0302); in matchPERM() local
11980 if (WellFormedLow && WellFormedHi) in matchPERM()