Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h369 SDValue PromoteIntRes_MULFIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp251 case ISD::UMULFIXSAT: Res = PromoteIntRes_MULFIX(N); break; in PromoteIntegerResult()
1123 SDValue DAGTypeLegalizer::PromoteIntRes_MULFIX(SDNode *N) { in PromoteIntRes_MULFIX() function in DAGTypeLegalizer