Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAnalysis.h113 ISD::CondCode getFCmpCodeWithoutNaN(ISD::CondCode CC);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp221 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) { in getFCmpCodeWithoutNaN() function in llvm
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2459 Condition = getFCmpCodeWithoutNaN(Condition); in EmitBranchForMergedCondition()
3671 Condition = getFCmpCodeWithoutNaN(Condition); in visitFCmp()
8226 Condition = getFCmpCodeWithoutNaN(Condition); in visitConstrainedFPIntrinsic()
8474 Condition = getFCmpCodeWithoutNaN(Condition); in visitVPCmp()