Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10169 bool IsSignExt = LeftOp.getOpcode() == ISD::SIGN_EXTEND; in combineShiftToMULH() local
10172 if (!IsSignExt && !IsZeroExt) in combineShiftToMULH()
10193 unsigned MulLoHiOp = IsSignExt ? ISD::SMUL_LOHI : ISD::UMUL_LOHI; in combineShiftToMULH()
10202 unsigned ActiveBits = IsSignExt in combineShiftToMULH()
10238 unsigned MulhOpcode = IsSignExt ? ISD::MULHS : ISD::MULHU; in combineShiftToMULH()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14153 auto IsSignExt = [&](SDValue Op) { in PerformMVEVMULLCombine() local
14191 if (SDValue Op0 = IsSignExt(N0)) { in PerformMVEVMULLCombine()
14192 if (SDValue Op1 = IsSignExt(N1)) { in PerformMVEVMULLCombine()