Searched refs:ShiftedC (Results 1 – 1 of 1) sorted by relevance
2147 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2152 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local2177 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2182 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local2325 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2326 if (ShiftedC.ashr(ShAmtVal) == C) in foldICmpShrConstant()2331 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2340 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local2364 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local2365 if (ShiftedC.lshr(ShAmtVal) == C) in foldICmpShrConstant()[all …]