Home
last modified time | relevance | path

Searched refs:simplifyCmpInst (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp198 if (Value *V = simplifyCmpInst(I.getPredicate(), LHS, RHS, DL)) { in visitCmpInst()
H A DMustExecute.cpp144 auto *SimpleValOrNull = simplifyCmpInst(Cond->getPredicate(), in CanProveNotTakenFirstIteration()
H A DInstructionSimplify.cpp64 static Value *simplifyCmpInst(unsigned, Value *, Value *, const SimplifyQuery &,
155 Value *SimplifiedCmp = simplifyCmpInst(Pred, LHS, RHS, Q, MaxRecurse); in simplifyCmpSelCase()
594 Value *V = simplifyCmpInst(Pred, Incoming, RHS, Q.getWithInstruction(InTI), in threadCmpOverPHI()
6049 static Value *simplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in simplifyCmpInst() function
6056 Value *llvm::simplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in simplifyCmpInst() function in llvm
6058 return ::simplifyCmpInst(Predicate, LHS, RHS, Q, RecursionLimit); in simplifyCmpInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h197 Value *simplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp773 Value *Res = simplifyCmpInst(Pred, LHS, RHS, {DL}); in computeValueKnownInPredecessorsImpl()
H A DNewGVN.cpp1176 simplifyCmpInst(Predicate, E->getOperand(0), E->getOperand(1), Q); in createExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11046 Value *NewV = simplifyCmpInst(Pred, TypedLHS, TypedRHS, Q); in handleCmp()