Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h382 SDValue PromoteIntOp_SMULFIX(SDNode *N);
H A DLegalizeIntegerTypes.cpp1094 case ISD::SMULFIX: Res = PromoteIntOp_SMULFIX(N); break; in PromoteIntegerOperand()
1454 SDValue DAGTypeLegalizer::PromoteIntOp_SMULFIX(SDNode *N) { in PromoteIntOp_SMULFIX() function in DAGTypeLegalizer