Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp575 Constant *LeftShiftAmtC = ConstantInt::get(VTy, ShiftAmt); in SimplifyDemandedUseBits() local
576 Constant *NewC = ConstantExpr::getShl(C, LeftShiftAmtC); in SimplifyDemandedUseBits()
577 if (ConstantExpr::getLShr(NewC, LeftShiftAmtC) == C) { in SimplifyDemandedUseBits()