Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h355 SDValue PromoteIntRes_MULFIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp203 case ISD::UMULFIXSAT: Res = PromoteIntRes_MULFIX(N); break; in PromoteIntegerResult()
936 SDValue DAGTypeLegalizer::PromoteIntRes_MULFIX(SDNode *N) { in PromoteIntRes_MULFIX() function in DAGTypeLegalizer