HomeSort by: relevance | last modified time | path
    Searched refs:HasMULHS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 3325 bool HasMULHS = TLI.isOperationLegalOrCustom(ISD::MULHS, VT);
3328 if (HasSMUL_LOHI && !HasMULHS) {
TargetLowering.cpp 6262 bool HasMULHS = (Kind == MulExpansionKind::Always) ||
6271 if (!HasMULHU && !HasMULHS && !HasUMUL_LOHI && !HasSMUL_LOHI)
6289 if ((Signed && HasMULHS) || (!Signed && HasMULHU)) {

Completed in 67 milliseconds