Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp266 auto *ShAmtsDiff = dyn_cast_or_null<Constant>(simplifySubInst( in dropRedundantMaskingOfLeftShiftInput() local
268 if (!ShAmtsDiff) in dropRedundantMaskingOfLeftShiftInput()
278 ShAmtsDiff = Constant::replaceUndefsWith( in dropRedundantMaskingOfLeftShiftInput()
279 ShAmtsDiff, ConstantInt::get(ShAmtsDiff->getType()->getScalarType(), in dropRedundantMaskingOfLeftShiftInput()
282 ConstantExpr::getSub(ConstantInt::get(ShAmtsDiff->getType(), in dropRedundantMaskingOfLeftShiftInput()
285 ShAmtsDiff), in dropRedundantMaskingOfLeftShiftInput()