Searched defs:LogX (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1555 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() local 1563 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() local 1576 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() local 1585 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() local 1592 if (Value *LogX = takeLog2(X, Depth, AssumeNonZero, DoFold)) in takeLog2() local 1601 if (Value *LogX = takeLog2(SI->getOperand(1), Depth, AssumeNonZero, DoFold)) in takeLog2() local 1614 if (Value *LogX = takeLog2(MinMax->getLHS(), Depth, in takeLog2() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 2621 Value *LogX = in optimizeLog() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 29123 if (SDValue LogX = takeInexpensiveLog2(DAG, DL, VT, Op.getOperand(0), in takeInexpensiveLog2() local 29132 if (SDValue LogX = takeInexpensiveLog2(DAG, DL, VT, Op.getOperand(1), in takeInexpensiveLog2() local 29145 if (SDValue LogX = in takeInexpensiveLog2() local
|