Searched defs:LogX (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1427 if (Value *LogX = takeLog2(Builder, X, Depth, AssumeNonZero, DoFold)) in takeLog2() local 1436 if (Value *LogX = takeLog2(Builder, X, Depth, AssumeNonZero, DoFold)) in takeLog2() local 1443 if (Value *LogX = takeLog2(Builder, SI->getOperand(1), Depth, in takeLog2() local 1457 if (Value *LogX = takeLog2(Builder, MinMax->getLHS(), Depth, in takeLog2() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2593 Value *LogX = in optimizeLog() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 27994 if (SDValue LogX = takeInexpensiveLog2(DAG, DL, VT, Op.getOperand(0), in takeInexpensiveLog2() local 28003 if (SDValue LogX = takeInexpensiveLog2(DAG, DL, VT, Op.getOperand(1), in takeInexpensiveLog2() local 28016 if (SDValue LogX = in takeInexpensiveLog2() local
|