Searched defs:ShiftDiff (Results 1 – 2 of 2) sorted by relevance
972 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local980 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local1083 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local1097 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local1279 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local1286 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitAShr() local
594 uint32_t ShiftDiff = ShiftAmt2-ShiftAmt1; in FoldShiftByConstant() local645 uint32_t ShiftDiff = ShiftAmt1-ShiftAmt2; in FoldShiftByConstant() local