Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAnalysis.h100 ISD::CondCode getFCmpCodeWithoutNaN(ISD::CondCode CC);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp209 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) { in getFCmpCodeWithoutNaN() function in llvm
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2184 Condition = getFCmpCodeWithoutNaN(Condition); in EmitBranchForMergedCondition()
3240 Condition = getFCmpCodeWithoutNaN(Condition); in visitFCmp()
7354 Condition = getFCmpCodeWithoutNaN(Condition); in visitConstrainedFPIntrinsic()
7568 Condition = getFCmpCodeWithoutNaN(Condition); in visitVPCmp()