Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1039 unsigned AVGOpc = IsCeil ? (IsSigned ? ISD::AVGCEILS : ISD::AVGCEILU) in combineShiftToAVG() local
1051 if (!TLI.isOperationLegalOrCustom(AVGOpc, NVT)) { in combineShiftToAVG()
1054 if (!TLI.isOperationLegalOrCustom(AVGOpc, VT)) in combineShiftToAVG()
1067 DAG.getNode(AVGOpc, DL, NVT, DAG.getExtOrTrunc(IsSigned, ExtOpA, DL, NVT), in combineShiftToAVG()