Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1634 Value *Op0Src; in visitSDiv() local
1635 if (match(Op0, m_OneUse(m_SExt(m_Value(Op0Src)))) && in visitSDiv()
1636 Op0Src->getType()->getScalarSizeInBits() >= in visitSDiv()
1644 ConstantExpr::getTrunc(cast<Constant>(Op1), Op0Src->getType()); in visitSDiv()
1645 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv()
H A DInstCombineCompares.cpp6010 Value *Op0Src = CastOp0->getOperand(0); in foldICmpWithCastOp() local
6028 if (PtrSrc->getType() == Op0Src->getType()) in foldICmpWithCastOp()
6035 return new ICmpInst(ICmp.getPredicate(), Op0Src, NewOp1); in foldICmpWithCastOp()