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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1683 bool IsSext = match(Op0, m_SExt(m_Value(X))); local
1684 if (!IsSext && !match(Op0, m_ZExt(m_Value(X))))
1689 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt;
1711 if (!willNotOverflow(BO.getOpcode(), X, Y, BO, IsSext))
1718 if (IsSext)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3639 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || local
3642 if (IsSext && Inputs32Bit)
3646 else if (IsSext)

Completed in 88 milliseconds