Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAnalysis.h93 ISD::CondCode getFCmpCodeWithoutNaN(ISD::CondCode CC);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp183 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) { in getFCmpCodeWithoutNaN() function in llvm
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1823 Condition = getFCmpCodeWithoutNaN(Condition); in EmitBranchForMergedCondition()
2936 Condition = getFCmpCodeWithoutNaN(Condition); in visitFCmp()