Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAnalysis.h100 ISD::CondCode getFCmpCodeWithoutNaN(ISD::CondCode CC);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp209 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) { in getFCmpCodeWithoutNaN() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2240 Condition = getFCmpCodeWithoutNaN(Condition); in EmitBranchForMergedCondition()
3300 Condition = getFCmpCodeWithoutNaN(Condition); in visitFCmp()
7428 Condition = getFCmpCodeWithoutNaN(Condition); in visitConstrainedFPIntrinsic()
7667 Condition = getFCmpCodeWithoutNaN(Condition); in visitVPCmp()