Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2537 Constant *LshrC = ConstantExpr::getAdd(C2, Log2C3); in visitAnd() local
2538 KnownBits KnownLShrc = computeKnownBits(LshrC, 0, nullptr); in visitAnd()
2542 Constant *CmpC = ConstantExpr::getSub(LshrC, Log2C1); in visitAnd()