Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1121 unsigned ShDiff = ShrAmtC > ShAmtC ? ShrAmtC - ShAmtC : ShAmtC - ShrAmtC; in visitShl() local
1122 Constant *ShiftDiffC = ConstantInt::get(X->getType(), ShDiff); in visitShl()