Searched refs:AVG (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | combine-pavg.ll | 9 ; TODO: AVG(X,X) -> X
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1834 if (SDValue AVG = combineShiftToAVG(Op, TLO.DAG, *this, DemandedBits, in SimplifyDemandedBits() local 1836 return TLO.CombineTo(Op, AVG); in SimplifyDemandedBits() 1905 if (SDValue AVG = combineShiftToAVG(Op, TLO.DAG, *this, DemandedBits, in SimplifyDemandedBits() local 1907 return TLO.CombineTo(Op, AVG); in SimplifyDemandedBits()
|