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

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

Completed in 573 milliseconds