Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1934 int Log2ShiftC = ShiftC->exactLogBase2(); in visitAnd() local
1938 int BitNum = IsShiftLeft ? Log2C - Log2ShiftC : Log2ShiftC - Log2C; in visitAnd()