Searched refs:IsCompr (Results 1 – 1 of 1) sorted by relevance
3429 bool IsCompr = II->getIntrinsicID() == Intrinsic::amdgcn_exp_compr; in visitCallInst() local3431 for (int I = 0; I < (IsCompr ? 2 : 4); ++I) { in visitCallInst()3432 if ((!IsCompr && (EnBits & (1 << I)) == 0) || in visitCallInst()3433 (IsCompr && ((EnBits & (0x3 << (2 * I))) == 0))) { in visitCallInst()