Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h351 SDValue PromoteIntRes_MULFIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp177 case ISD::UMULFIXSAT: Res = PromoteIntRes_MULFIX(N); break; in PromoteIntegerResult()
847 SDValue DAGTypeLegalizer::PromoteIntRes_MULFIX(SDNode *N) { in PromoteIntRes_MULFIX() function in DAGTypeLegalizer