Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2093 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
2098 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
2107 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local
2123 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
2128 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
2137 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local
2271 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2277 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
2286 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
2310 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
[all …]