Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1123 static Value *takeLog2(IRBuilderBase &Builder, Value *Op, unsigned Depth, in takeLog2() function
1150 if (Value *LogX = takeLog2(Builder, X, Depth, AssumeNonZero, DoFold)) in takeLog2()
1159 if (Value *LogX = takeLog2(Builder, X, Depth, AssumeNonZero, DoFold)) in takeLog2()
1169 if (Value *LogX = takeLog2(Builder, SI->getOperand(1), Depth, in takeLog2()
1171 if (Value *LogY = takeLog2(Builder, SI->getOperand(2), Depth, in takeLog2()
1183 if (Value *LogX = takeLog2(Builder, MinMax->getLHS(), Depth, in takeLog2()
1185 if (Value *LogY = takeLog2(Builder, MinMax->getRHS(), Depth, in takeLog2()
1311 if (takeLog2(Builder, Op1, /*Depth*/ 0, /*AssumeNonZero*/ true, in visitUDiv()
1313 Value *Res = takeLog2(Builder, Op1, /*Depth*/ 0, in visitUDiv()