Searched refs:simplifyCmpInst (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 78 return simplifyCmpInst(P, LHS, RHS, SQ); in FoldCmp()
|
| H A D | InstructionSimplify.h | 212 LLVM_ABI Value *simplifyCmpInst(CmpPredicate Predicate, Value *LHS, Value *RHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 181 if (Value *V = simplifyCmpInst(I.getPredicate(), LHS, RHS, DL)) { in visitCmpInst()
|
| H A D | MustExecute.cpp | 149 auto *SimpleValOrNull = simplifyCmpInst( in CanProveNotTakenFirstIteration()
|
| H A D | InstructionSimplify.cpp | 69 static Value *simplifyCmpInst(CmpPredicate, Value *, Value *, 116 Value *SimplifiedCmp = simplifyCmpInst(Pred, LHS, RHS, Q, MaxRecurse); in simplifyCmpSelCase() 552 Value *V = simplifyCmpInst(Pred, Incoming, RHS, Q.getWithInstruction(InTI), in threadCmpOverPHI() 6130 static Value *simplifyCmpInst(CmpPredicate Predicate, Value *LHS, Value *RHS, in simplifyCmpInst() function 6137 Value *llvm::simplifyCmpInst(CmpPredicate Predicate, Value *LHS, Value *RHS, in simplifyCmpInst() function in llvm 6139 return ::simplifyCmpInst(Predicate, LHS, RHS, Q, RecursionLimit); in simplifyCmpInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 767 Value *Res = simplifyCmpInst(Pred, LHS, RHS, {DL}); in computeValueKnownInPredecessorsImpl()
|
| H A D | NewGVN.cpp | 1217 simplifyCmpInst(Predicate, E->getOperand(0), E->getOperand(1), Q); in createExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1190 NewVecC = simplifyCmpInst(CI->getPredicate(), VecCs[0], VecCs[1], SQ); in scalarizeOpOrCmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 11115 Value *NewV = simplifyCmpInst(Pred, TypedLHS, TypedRHS, Q); in handleCmp()
|