Searched refs:IsSext (Results 1 – 2 of 2) sorted by relevance
1511 bool IsSext = match(Op0, m_SExt(m_Value(X))); in narrowMathIfNoOverflow() local1512 if (!IsSext && !match(Op0, m_ZExt(m_Value(X)))) in narrowMathIfNoOverflow()1517 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow()1539 if (!willNotOverflow(BO.getOpcode(), X, Y, BO, IsSext)) in narrowMathIfNoOverflow()1546 if (IsSext) in narrowMathIfNoOverflow()
3579 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR() local3582 if (IsSext && Inputs32Bit) in getSETCCInGPR()3586 else if (IsSext) in getSETCCInGPR()