Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h348 SDValue PromoteIntRes_SMULFIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp152 case ISD::SMULFIX: Res = PromoteIntRes_SMULFIX(N); break; in PromoteIntegerResult()
649 SDValue DAGTypeLegalizer::PromoteIntRes_SMULFIX(SDNode *N) { in PromoteIntRes_SMULFIX() function in DAGTypeLegalizer