Searched refs:IsSext (Results 1 – 5 of 5) sorted by relevance
2062 bool IsSext = match(Op0, m_SExt(m_Value(X))); in narrowMathIfNoOverflow() local2063 if (!IsSext && !match(Op0, m_ZExt(m_Value(X)))) in narrowMathIfNoOverflow()2068 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow()2090 if (!willNotOverflow(BO.getOpcode(), X, Y, BO, IsSext)) in narrowMathIfNoOverflow()2097 if (IsSext) in narrowMathIfNoOverflow()
2546 bool IsSext = N->getOpcode() == ISD::SIGN_EXTEND; in performVectorExtendCombine() local2549 unsigned Op = IsSext ? (IsLow ? WebAssemblyISD::EXTEND_LOW_S in performVectorExtendCombine()
4047 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR() local4050 if (IsSext && Inputs32Bit) in getSETCCInGPR()4054 else if (IsSext) in getSETCCInGPR()
273 bool IsSext = Op1Sext || Op2Sext; in getArithmeticInstrCost() local274 if (IsConstant || IsZeroExtended || IsSext) in getArithmeticInstrCost()
51196 auto IsSext = [&DAG](SDValue V) { in combinePMULH() local51203 bool IsSigned = IsSext(LHS) && IsSext(RHS); in combinePMULH()