Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h352 SDValue PromoteIntRes_MULFIX(SDNode *N);
DLegalizeIntegerTypes.cpp180 case ISD::UMULFIXSAT: Res = PromoteIntRes_MULFIX(N); break; in PromoteIntegerResult()
851 SDValue DAGTypeLegalizer::PromoteIntRes_MULFIX(SDNode *N) { in PromoteIntRes_MULFIX() function in DAGTypeLegalizer