Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2158 Constant *LshrC = ConstantExpr::getAdd(C2, Log2C3); in visitAnd() local
2159 KnownBits KnownLShrc = computeKnownBits(LshrC, 0, nullptr); in visitAnd()
2163 Constant *CmpC = ConstantExpr::getSub(LshrC, Log2C1); in visitAnd()