Searched defs:HasSMUL_LOHI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1921 bool HasSMUL_LOHI = TLI.isOperationLegalOrCustom(ISD::SMUL_LOHI, NVT); local
1923 if (HasMULHU || HasMULHS || HasUMUL_LOHI || HasSMUL_LOHI) {
1951 if (HasSMUL_LOHI) {

Completed in 56 milliseconds