Home
last modified time | relevance | path

Searched refs:SimplifyFCmpInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h190 Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3599 static Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst() function
3739 Value *llvm::SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst() function in llvm
3741 return ::SimplifyFCmpInst(Predicate, LHS, RHS, FMF, Q, RecursionLimit); in SimplifyFCmpInst()
4807 return SimplifyFCmpInst(Predicate, LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyCmpInst()
5282 SimplifyFCmpInst(cast<FCmpInst>(I)->getPredicate(), I->getOperand(0), in SimplifyInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5409 if (Value *V = SimplifyFCmpInst(Pred, Op0, Op1, I.getFastMathFlags(), in visitFCmpInst()