Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1838 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlOne() local
1842 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlOne()
1846 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlOne()
1851 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlOne()
1856 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlOne()