Searched defs:ShiftedC (Results 1 – 1 of 1) sorted by relevance
2266 APInt ShiftedC = C.ashr(*ShiftAmt); foldICmpShlConstant() local 2271 APInt ShiftedC = C.ashr(*ShiftAmt); foldICmpShlConstant() local 2280 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; foldICmpShlConstant() local 2291 APInt ShiftedC = C.lshr(*ShiftAmt); foldICmpShlConstant() local 2296 APInt ShiftedC = C.lshr(*ShiftAmt); foldICmpShlConstant() local 2305 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; foldICmpShlConstant() local 2438 APInt ShiftedC = C.shl(ShAmtVal); foldICmpShrConstant() local 2444 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; foldICmpShrConstant() local 2453 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; foldICmpShrConstant() local 2477 APInt ShiftedC = C.shl(ShAmtVal); foldICmpShrConstant() local 2483 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; foldICmpShrConstant() local [all...]