Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp938 unsigned UnsetMods = (Op == AMDGPU::V_PK_MAX_F16) ? SISrcMods::OP_SEL_1 : 0; in isClamp() local
939 if (Src0Mods != UnsetMods && Src1Mods != UnsetMods) in isClamp()