Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2479 KnownBits KnownL = IC.computeKnownBits(L, /*Depth*/ 0, &Or); in matchFunnelShift() local
2480 return KnownL.getMaxValue().ult(Width) ? L : nullptr; in matchFunnelShift()