Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2074 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
2079 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
2088 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local
2104 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
2109 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
2118 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local
2224 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2230 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
2254 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2260 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local