Searched refs:simplifyCmpInst (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 76 return simplifyCmpInst(P, LHS, RHS, SQ); in FoldCmp()
|
H A D | InstructionSimplify.h | 204 Value *simplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 198 if (Value *V = simplifyCmpInst(I.getPredicate(), LHS, RHS, DL)) { in visitCmpInst()
|
H A D | MustExecute.cpp | 144 auto *SimpleValOrNull = simplifyCmpInst(Cond->getPredicate(), in CanProveNotTakenFirstIteration()
|
H A D | InstructionSimplify.cpp | 65 static Value *simplifyCmpInst(unsigned, Value *, Value *, const SimplifyQuery &, 156 Value *SimplifiedCmp = simplifyCmpInst(Pred, LHS, RHS, Q, MaxRecurse); in simplifyCmpSelCase() 595 Value *V = simplifyCmpInst(Pred, Incoming, RHS, Q.getWithInstruction(InTI), in threadCmpOverPHI() 6091 static Value *simplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in simplifyCmpInst() function 6098 Value *llvm::simplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in simplifyCmpInst() function in llvm 6100 return ::simplifyCmpInst(Predicate, LHS, RHS, Q, RecursionLimit); in simplifyCmpInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 770 Value *Res = simplifyCmpInst(Pred, LHS, RHS, {DL}); in computeValueKnownInPredecessorsImpl()
|
H A D | NewGVN.cpp | 1180 simplifyCmpInst(Predicate, E->getOperand(0), E->getOperand(1), Q); in createExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 11037 Value *NewV = simplifyCmpInst(Pred, TypedLHS, TypedRHS, Q); in handleCmp()
|