Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h368 SDValue PromoteIntRes_ADDSUBSHLSAT(SDNode *N);
H A DLegalizeIntegerTypes.cpp234 Res = PromoteIntRes_ADDSUBSHLSAT<EmptyMatchContext>(N); in PromoteIntegerResult()
240 Res = PromoteIntRes_ADDSUBSHLSAT<VPMatchContext>(N); in PromoteIntegerResult()
1034 SDValue DAGTypeLegalizer::PromoteIntRes_ADDSUBSHLSAT(SDNode *N) { in PromoteIntRes_ADDSUBSHLSAT() function in DAGTypeLegalizer