Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h352 SDValue PromoteIntRes_SimpleIntBinOp(SDNode *N);
H A DLegalizeIntegerTypes.cpp193 case ISD::VP_MUL: Res = PromoteIntRes_SimpleIntBinOp(N); break; in PromoteIntegerResult()
1420 SDValue DAGTypeLegalizer::PromoteIntRes_SimpleIntBinOp(SDNode *N) { in PromoteIntRes_SimpleIntBinOp() function in DAGTypeLegalizer