We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd853a commit ec1d57fCopy full SHA for ec1d57f
llvm/include/llvm/CodeGen/TargetLowering.h
@@ -5275,6 +5275,10 @@ class TargetLowering : public TargetLoweringBase {
5275
/// method accepts integers as its arguments.
5276
SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const;
5277
5278
+ /// Method for building the DAG expansion of ISD::[US]THREEWAYCMP. This
5279
+ /// method accepts integers as its arguments.
5280
+ SDValue expandThreeWayCmp(SDNode *Node, SelectionDAG &DAG) const;
5281
+
5282
/// Method for building the DAG expansion of ISD::[US]SHLSAT. This
5283
5284
SDValue expandShlSat(SDNode *Node, SelectionDAG &DAG) const;
0 commit comments