Searched defs:isFPPredicate (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h814 static bool isFPPredicate(Predicate P) { function in class:llvm::CmpInst
824 bool isFPPredicate() const { return isFPPredicate(getPredicate()); } function in class:llvm::CmpInst

Completed in 159 milliseconds