Lines Matching defs:ShiftedC
2326 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
2331 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
2340 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local
2351 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
2356 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
2365 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local
2522 APInt ShiftedC = (C - 1).shl(ShAmtVal) + 1; in foldICmpShrConstant() local
2529 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2535 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
2544 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
2568 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2574 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local