Searched defs:ShiftedC (Results 1 – 1 of 1) sorted by relevance
1893 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local1898 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local1907 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local1923 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local1928 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local1937 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local2022 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2028 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2037 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2043 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local