Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SrcOp

2021     Value *SrcOp = LI->getOperand(0);
2022 Type *SrcTy = SrcOp->getType();
2031 if (Value *V = SimplifyICmpInst(Pred, SrcOp,
2038 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0),
2051 SrcOp, RI->getOperand(0), Q,
2067 SrcOp, Trunc, Q, MaxRecurse-1))
2110 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0),
2125 if (Value *V = SimplifyICmpInst(Pred, SrcOp, Trunc, Q, MaxRecurse-1))
2157 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp,
2166 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp,