Lines Matching refs:SimplifyICmpInst
59 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
967 Value *V = SimplifyICmpInst(Pred, LHS, RHS, Q, MaxRecurse); in isICmpTrue()
2788 if (Value *V = SimplifyICmpInst(Pred, A == RHS ? B : A, in simplifyICmpWithBinOp()
2796 SimplifyICmpInst(Pred, Constant::getNullValue(LHS->getType()), in simplifyICmpWithBinOp()
2823 if (Value *V = SimplifyICmpInst(Pred, Y, Z, Q, MaxRecurse - 1)) in simplifyICmpWithBinOp()
3029 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp()
3037 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp()
3044 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp()
3055 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0), in simplifyICmpWithBinOp()
3159 if (Value *V = SimplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1)) in simplifyICmpWithMinMax()
3173 if (Value *V = SimplifyICmpInst(InvEqP, A, B, Q, MaxRecurse - 1)) in simplifyICmpWithMinMax()
3233 if (Value *V = SimplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1)) in simplifyICmpWithMinMax()
3247 if (Value *V = SimplifyICmpInst(InvEqP, A, B, Q, MaxRecurse - 1)) in simplifyICmpWithMinMax()
3309 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() function
3376 if (Value *V = SimplifyICmpInst(Pred, SrcOp, in SimplifyICmpInst()
3383 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0), in SimplifyICmpInst()
3395 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst()
3411 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), in SimplifyICmpInst()
3455 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0), in SimplifyICmpInst()
3470 if (Value *V = SimplifyICmpInst(Pred, SrcOp, Trunc, Q, MaxRecurse-1)) in SimplifyICmpInst()
3502 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp, in SimplifyICmpInst()
3511 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp, in SimplifyICmpInst()
3592 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() function in llvm
3594 return ::SimplifyICmpInst(Predicate, LHS, RHS, Q, RecursionLimit); in SimplifyICmpInst()
4806 return SimplifyICmpInst(Predicate, LHS, RHS, Q, MaxRecurse); in SimplifyCmpInst()
5277 Result = SimplifyICmpInst(cast<ICmpInst>(I)->getPredicate(), in SimplifyInstruction()