Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2326 APInt ShiftedC = C.ashr(*ShiftAmt); foldICmpShlConstant() local
2331 APInt ShiftedC = C.ashr(*ShiftAmt); foldICmpShlConstant() local
2340 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; foldICmpShlConstant() local
2351 APInt ShiftedC = C.lshr(*ShiftAmt); foldICmpShlConstant() local
2356 APInt ShiftedC = C.lshr(*ShiftAmt); foldICmpShlConstant() local
2365 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; foldICmpShlConstant() local
2522 APInt ShiftedC = (C - 1).shl(ShAmtVal) + 1; foldICmpShrConstant() local
2529 APInt ShiftedC = C.shl(ShAmtVal); foldICmpShrConstant() local
2535 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; foldICmpShrConstant() local
2544 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; foldICmpShrConstant() local
2568 APInt ShiftedC = C.shl(ShAmtVal); foldICmpShrConstant() local
2574 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; foldICmpShrConstant() local
[all...]