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