Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2140 bool IsShiftLeft = in visitAnd() local
2142 int BitNum = IsShiftLeft ? Log2C - Log2ShiftC : Log2ShiftC - Log2C; in visitAnd()