Searched defs:ShiftedC (Results 1 – 1 of 1) sorted by relevance
2074 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2079 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2088 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local2104 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2109 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2118 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local2224 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2230 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2254 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2260 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local