Searched defs:ShiftDiff (Results 1 – 2 of 2) sorted by relevance
1065 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShrAmt); visitShl() local 1077 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmtC); visitShl() local 1090 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShrAmt); visitShl() local 1104 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmtC); visitShl() local 1363 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShlAmtC); visitLShr() local 1378 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmtC - ShAmtC); visitLShr() local 1556 Constant *ShiftDiff = ConstantInt::get(Ty, WidthDiff - ShAmtC); visitLShr() local 1701 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); visitAShr() local 1708 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); visitAShr() local [all...]
747 uint64_t ShiftDiff = IsBigEndian ? LoadSize2 : LoadSize1; foldLoadsRecursive() local