Searched defs:ShiftDiff (Results 1 – 2 of 2) sorted by relevance
1046 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShrAmt); visitShl() local 1058 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmtC); visitShl() local 1071 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShrAmt); visitShl() local 1085 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmtC); visitShl() local 1278 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShlAmtC); visitLShr() local 1293 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmtC - ShAmtC); visitLShr() local 1459 Constant *ShiftDiff = ConstantInt::get(Ty, WidthDiff - ShAmtC); visitLShr() local 1598 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); visitAShr() local 1605 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); visitAShr() local [all...]
749 uint64_t ShiftDiff = IsBigEndian ? LoadSize2 : LoadSize1; foldLoadsRecursive() local