Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAnalysis.h103 ISD::CondCode getFCmpCodeWithoutNaN(ISD::CondCode CC);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp212 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) { in getFCmpCodeWithoutNaN() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2164 Condition = getFCmpCodeWithoutNaN(Condition); in EmitBranchForMergedCondition()
3225 Condition = getFCmpCodeWithoutNaN(Condition); in visitFCmp()
7304 Condition = getFCmpCodeWithoutNaN(Condition); in visitConstrainedFPIntrinsic()