Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2296 unsigned ShiftLZ = ShiftValC->countLeadingZeros(); in foldICmpShrConstant() local
2297 Constant *NewC = ConstantInt::get(Shr->getType(), CmpLZ - ShiftLZ); in foldICmpShrConstant()