Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1908 bool IsSext = match(Op0, m_SExt(m_Value(X))); in narrowMathIfNoOverflow() local
1909 if (!IsSext && !match(Op0, m_ZExt(m_Value(X)))) in narrowMathIfNoOverflow()
1914 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow()
1936 if (!willNotOverflow(BO.getOpcode(), X, Y, BO, IsSext)) in narrowMathIfNoOverflow()
1943 if (IsSext) in narrowMathIfNoOverflow()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2421 bool IsSext = N->getOpcode() == ISD::SIGN_EXTEND; in performVectorExtendCombine() local
2424 unsigned Op = IsSext ? (IsLow ? WebAssemblyISD::EXTEND_LOW_S in performVectorExtendCombine()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3882 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR() local
3885 if (IsSext && Inputs32Bit) in getSETCCInGPR()
3889 else if (IsSext) in getSETCCInGPR()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp270 bool IsSext = Op1Sext || Op2Sext; in getArithmeticInstrCost() local
271 if (IsConstant || IsZeroExtended || IsSext) in getArithmeticInstrCost()
H A DX86ISelLowering.cpp51677 auto IsSext = [&DAG](SDValue V) { in combinePMULH() local
51684 bool IsSigned = IsSext(LHS) && IsSext(RHS); in combinePMULH()