|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Analysis/InstructionSimplify.cpp 63 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
References
lib/Analysis/InstructionSimplify.cpp 950 Value *V = SimplifyICmpInst(Pred, LHS, RHS, Q, MaxRecurse);
2699 if (Value *V = SimplifyICmpInst(Pred, A == RHS ? B : A,
2707 SimplifyICmpInst(Pred, Constant::getNullValue(LHS->getType()),
2734 if (Value *V = SimplifyICmpInst(Pred, Y, Z, Q, MaxRecurse - 1))
2940 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
2948 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
2955 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
2966 if (Value *V = SimplifyICmpInst(Pred, LBO->getOperand(0),
3032 if (Value *V = SimplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1))
3046 if (Value *V = SimplifyICmpInst(InvEqP, A, B, Q, MaxRecurse - 1))
3106 if (Value *V = SimplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1))
3120 if (Value *V = SimplifyICmpInst(InvEqP, A, B, Q, MaxRecurse - 1))
3256 if (Value *V = SimplifyICmpInst(Pred, SrcOp,
3263 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0),
3275 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred),
3291 if (Value *V = SimplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred),
3335 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0),
3350 if (Value *V = SimplifyICmpInst(Pred, SrcOp, Trunc, Q, MaxRecurse-1))
3382 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp,
3391 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp,
3471 return ::SimplifyICmpInst(Predicate, LHS, RHS, Q, RecursionLimit);
4847 return SimplifyICmpInst(Predicate, LHS, RHS, Q, MaxRecurse);