Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1893 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
1898 APInt ShiftedC = C.ashr(*ShiftAmt); in foldICmpShlConstant() local
1907 APInt ShiftedC = (C - 1).ashr(*ShiftAmt) + 1; in foldICmpShlConstant() local
1923 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
1928 APInt ShiftedC = C.lshr(*ShiftAmt); in foldICmpShlConstant() local
1937 APInt ShiftedC = (C - 1).lshr(*ShiftAmt) + 1; in foldICmpShlConstant() local
2022 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2028 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local
2037 APInt ShiftedC = C.shl(ShAmtVal); in foldICmpShrConstant() local
2043 APInt ShiftedC = (C + 1).shl(ShAmtVal) - 1; in foldICmpShrConstant() local