Searched refs:DoFold (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1529 bool DoFold) { in takeLog2() argument 1530 auto IfFold = [DoFold](function_ref<Value *()> Fn) { in takeLog2() 1531 if (!DoFold) in takeLog2() 1555 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() 1563 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() 1576 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() 1585 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() 1592 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() 1594 if (Value *LogY = takeLog2(Y, Depth, AssumeNonZero, DoFold)) in takeLog2() 1601 if (Value *LogX = takeLog2(SI->getOperand(1), Depth, AssumeNonZero, DoFold)) in takeLog2() [all …]
|
| H A D | InstCombineInternal.h | 835 Value *takeLog2(Value *Op, unsigned Depth, bool AssumeNonZero, bool DoFold);
|