Home
last modified time | relevance | path

Searched refs:IsSext (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1511 bool IsSext = match(Op0, m_SExt(m_Value(X))); in narrowMathIfNoOverflow() local
1512 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()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3579 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR() local
3582 if (IsSext && Inputs32Bit) in getSETCCInGPR()
3586 else if (IsSext) in getSETCCInGPR()