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