Searched refs:Op0Src (Results 1 – 2 of 2) sorted by relevance
1634 Value *Op0Src; in visitSDiv() local1635 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()
6010 Value *Op0Src = CastOp0->getOperand(0); in foldICmpWithCastOp() local6028 if (PtrSrc->getType() == Op0Src->getType()) in foldICmpWithCastOp()6035 return new ICmpInst(ICmp.getPredicate(), Op0Src, NewOp1); in foldICmpWithCastOp()