Searched refs:CmpLZ (Results 1 – 1 of 1) sorted by relevance
2489 unsigned CmpLZ = IsUGT ? C.countl_zero() : (C - 1).countl_zero(); in foldICmpShrConstant() local2491 Constant *NewC = ConstantInt::get(Shr->getType(), CmpLZ - ShiftLZ); in foldICmpShrConstant()