Searched defs:ShiftedC (Results 1 – 1 of 1) sorted by relevance
2326 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2331 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2340 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local2351 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2356 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2365 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local2522 APInt ShiftedC = (C - 1).shl(ShAmtVal) + 1; in foldICmpShrConstant() local2529 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2535 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2544 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local[all …]