Searched refs:IsSext (Results 1 – 5 of 5) sorted by relevance
1908 bool IsSext = match(Op0, m_SExt(m_Value(X))); in narrowMathIfNoOverflow() local1909 if (!IsSext && !match(Op0, m_ZExt(m_Value(X)))) in narrowMathIfNoOverflow()1914 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow()1936 if (!willNotOverflow(BO.getOpcode(), X, Y, BO, IsSext)) in narrowMathIfNoOverflow()1943 if (IsSext) in narrowMathIfNoOverflow()
2421 bool IsSext = N->getOpcode() == ISD::SIGN_EXTEND; in performVectorExtendCombine() local2424 unsigned Op = IsSext ? (IsLow ? WebAssemblyISD::EXTEND_LOW_S in performVectorExtendCombine()
3882 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR() local3885 if (IsSext && Inputs32Bit) in getSETCCInGPR()3889 else if (IsSext) in getSETCCInGPR()
270 bool IsSext = Op1Sext || Op2Sext; in getArithmeticInstrCost() local271 if (IsConstant || IsZeroExtended || IsSext) in getArithmeticInstrCost()
51677 auto IsSext = [&DAG](SDValue V) { in combinePMULH() local51684 bool IsSigned = IsSext(LHS) && IsSext(RHS); in combinePMULH()