Lines Matching defs:simplifyICmpInst
67 static Value *simplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
1005 Value *V = simplifyICmpInst(Pred, LHS, RHS, Q, MaxRecurse);
3296 if (Value *V = simplifyICmpInst(Pred, A == RHS ? B : A,
3304 simplifyICmpInst(Pred, Constant::getNullValue(LHS->getType()),
3332 if (Value *V = simplifyICmpInst(Pred, Y, Z, Q, MaxRecurse - 1))
3412 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(1),
3459 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(0),
3467 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(0),
3474 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(0),
3485 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(0),
3551 if (Value *V = simplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1))
3565 if (Value *V = simplifyICmpInst(InvEqP, A, B, Q, MaxRecurse - 1))
3625 if (Value *V = simplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1))
3639 if (Value *V = simplifyICmpInst(InvEqP, A, B, Q, MaxRecurse - 1))
3752 static Value *simplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
3819 if (Value *V = simplifyICmpInst(Pred, SrcOp,
3826 if (Value *V = simplifyICmpInst(Pred, SrcOp, RI->getOperand(0), Q,
3839 simplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), SrcOp,
3874 if (Value *V = simplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred),
3918 if (Value *V = simplifyICmpInst(Pred, SrcOp, RI->getOperand(0), Q,
3952 simplifyICmpInst(Pred, SrcOp, Trunc, Q, MaxRecurse - 1))
3985 if (Value *V = simplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp,
3994 if (Value *V = simplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp,
4061 Value *llvm::simplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
4063 return ::simplifyICmpInst(Predicate, LHS, RHS, Q, RecursionLimit);
6094 return simplifyICmpInst(Predicate, LHS, RHS, Q, MaxRecurse);
7136 return simplifyICmpInst(cast<ICmpInst>(I)->getPredicate(), NewOps[0],