Searched defs:ShiftedC (Results 1 – 1 of 1) sorted by relevance
2050 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2055 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2064 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local2080 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2085 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2094 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local2200 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2206 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2215 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2221 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local