Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp278 auto *ShAmtsDiff = dyn_cast_or_null<Constant>(simplifySubInst( in dropRedundantMaskingOfLeftShiftInput() local
280 if (!ShAmtsDiff) in dropRedundantMaskingOfLeftShiftInput()
290 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
291 ShAmtsDiff, ConstantInt::get(ShAmtsDiff->getType()->getScalarType(), in dropRedundantMaskingOfLeftShiftInput()
295 ConstantExpr::getSub(ConstantInt::get(ShAmtsDiff->getType(), in dropRedundantMaskingOfLeftShiftInput()
298 ShAmtsDiff), in dropRedundantMaskingOfLeftShiftInput()