Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2393 int Log2C = C->exactLogBase2(); in visitAnd() local
2396 int BitNum = IsShiftLeft ? Log2C - Log2ShiftC : Log2ShiftC - Log2C; in visitAnd()