Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp267 auto *ShAmtsDiff = dyn_cast_or_null<Constant>(SimplifySubInst( in dropRedundantMaskingOfLeftShiftInput() local
269 if (!ShAmtsDiff) in dropRedundantMaskingOfLeftShiftInput()
279 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
280 ShAmtsDiff, ConstantInt::get(ShAmtsDiff->getType()->getScalarType(), in dropRedundantMaskingOfLeftShiftInput()
283 ConstantExpr::getSub(ConstantInt::get(ShAmtsDiff->getType(), in dropRedundantMaskingOfLeftShiftInput()
286 ShAmtsDiff), in dropRedundantMaskingOfLeftShiftInput()