Searched refs:LshrC (Results 1 – 1 of 1) sorted by relevance
2158 Constant *LshrC = ConstantExpr::getAdd(C2, Log2C3); in visitAnd() local2159 KnownBits KnownLShrc = computeKnownBits(LshrC, 0, nullptr); in visitAnd()2163 Constant *CmpC = ConstantExpr::getSub(LshrC, Log2C1); in visitAnd()