Searched refs:IsSext (Results 1 – 2 of 2) sorted by relevance
1609 bool IsSext = match(Op0, m_SExt(m_Value(X))); in narrowMathIfNoOverflow() local1610 if (!IsSext && !match(Op0, m_ZExt(m_Value(X)))) in narrowMathIfNoOverflow()1615 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow()1637 if (!willNotOverflow(BO.getOpcode(), X, Y, BO, IsSext)) in narrowMathIfNoOverflow()1644 if (IsSext) in narrowMathIfNoOverflow()
3624 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR() local3627 if (IsSext && Inputs32Bit) in getSETCCInGPR()3631 else if (IsSext) in getSETCCInGPR()