Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyICmpInst

1808 /// SimplifyICmpInst - Given operands for an ICmpInst, see if we can
1810 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
2031 if (Value *V = SimplifyICmpInst(Pred, SrcOp,
2038 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0),
2050 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred),
2066 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred),
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,
2219 if (Value *V = SimplifyICmpInst(Pred, A == RHS ? B : A,
2226 if (Value *V = SimplifyICmpInst(Pred,
2254 if (Value *V = SimplifyICmpInst(Pred, Y, Z, Q, MaxRecurse-1))
2361 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
2372 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
2427 if (Value *V = SimplifyICmpInst(EqP, A, B, Q, MaxRecurse-1))
2441 if (Value *V = SimplifyICmpInst(InvEqP, A, B, Q, MaxRecurse-1))
2497 if (Value *V = SimplifyICmpInst(EqP, A, B, Q, MaxRecurse-1))
2511 if (Value *V = SimplifyICmpInst(InvEqP, A, B, Q, MaxRecurse-1))
2610 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
2614 return ::SimplifyICmpInst(Predicate, LHS, RHS, Query (DL, TLI, DT),
2962 return SimplifyICmpInst(Predicate, LHS, RHS, Q, MaxRecurse);
3138 Result = SimplifyICmpInst(cast<ICmpInst>(I)->getPredicate(),