Searched defs:ShiftedC (Results 1 – 2 of 2) sorted by relevance
2092 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2097 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2106 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local2122 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2127 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2136 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local2243 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2249 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2258 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2264 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
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