Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1560 Constant *CNegLog2 = ConstantExpr::getExactLogBase2( in visitSDiv() local
1562 Value *Shr = Builder.CreateLShr(Op0, CNegLog2, I.getName(), I.isExact()); in visitSDiv()