Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2489 unsigned CmpLZ = IsUGT ? C.countl_zero() : (C - 1).countl_zero(); in foldICmpShrConstant() local
2491 Constant *NewC = ConstantInt::get(Shr->getType(), CmpLZ - ShiftLZ); in foldICmpShrConstant()