Searched defs:ShiftedC (Results 1 – 1 of 1) sorted by relevance
2093 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2098 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2107 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local2123 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2128 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2137 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local2271 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2277 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2286 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2310 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local[all …]