Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10193 bool IsSignExt = LeftOp.getOpcode() == ISD::SIGN_EXTEND; in combineShiftToMULH() local
10196 if (!IsSignExt && !IsZeroExt) in combineShiftToMULH()
10217 unsigned MulLoHiOp = IsSignExt ? ISD::SMUL_LOHI : ISD::UMUL_LOHI; in combineShiftToMULH()
10226 unsigned ActiveBits = IsSignExt in combineShiftToMULH()
10262 unsigned MulhOpcode = IsSignExt ? ISD::MULHS : ISD::MULHU; in combineShiftToMULH()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14158 auto IsSignExt = [&](SDValue Op) { in PerformMVEVMULLCombine() local
14196 if (SDValue Op0 = IsSignExt(N0)) { in PerformMVEVMULLCombine()
14197 if (SDValue Op1 = IsSignExt(N1)) { in PerformMVEVMULLCombine()