Home
last modified time | relevance | path

Searched refs:ShiftedC (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2147 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
2152 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
2177 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
2182 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
2325 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2326 if (ShiftedC.ashr(ShAmtVal) == C) in foldICmpShrConstant()
2331 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
2340 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
2364 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2365 if (ShiftedC.lshr(ShAmtVal) == C) in foldICmpShrConstant()
[all …]