Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorOps.cpp950 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand()
HDLegalizeDAG.cpp3414 Results.push_back(TLI.expandAddSubSat(Node, DAG)); in ExpandNode()
HDLegalizeIntegerTypes.cpp3023 SDValue Result = TLI.expandAddSubSat(N, DAG); in ExpandIntRes_ADDSUBSAT()
HDTargetLowering.cpp7096 SDValue TargetLowering::expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const { in expandAddSubSat() function in TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h4183 SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const;