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