Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineShifts.cpp239 auto *SumOfShAmts = dyn_cast_or_null<Constant>(simplifyAddInst( in dropRedundantMaskingOfLeftShiftInput() local
241 if (!SumOfShAmts) in dropRedundantMaskingOfLeftShiftInput()
250 SumOfShAmts = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
251 SumOfShAmts, ConstantInt::get(SumOfShAmts->getType()->getScalarType(), in dropRedundantMaskingOfLeftShiftInput()
254 Instruction::ZExt, SumOfShAmts, ExtendedTy, Q.DL); in dropRedundantMaskingOfLeftShiftInput()