Home
last modified time | relevance | path

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

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