Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2074 KnownBits KnownL = IC.computeKnownBits(L, /*Depth*/ 0, &Or); in matchFunnelShift() local
2075 return KnownL.getMaxValue().ult(Width) ? L : nullptr; in matchFunnelShift()