Home
last modified time | relevance | path

Searched refs:cmpLessThan (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPFloat.h153 cmpLessThan, enumerator
673 return (B.compare(A) == APFloat::cmpLessThan) ? B : A; in minnum()
684 return (A.compare(B) == APFloat::cmpLessThan) ? B : A; in maxnum()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1108 return cmpLessThan; in compareAbsoluteValue()
1362 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()
1795 return cmpLessThan; in compare()
1805 return cmpLessThan; in compare()
1811 return cmpLessThan; in compare()
1825 result = cmpLessThan; in compare()
1833 if (result == cmpLessThan) in compare()
1836 result = cmpLessThan; in compare()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h154 cmpLessThan, enumerator
1112 return (B.compare(A) == APFloat::cmpLessThan) ? B : A; in minnum()
1123 return (A.compare(B) == APFloat::cmpLessThan) ? B : A; in maxnum()
/external/llvm/lib/Support/
DAPFloat.cpp1213 return cmpLessThan; in compareAbsoluteValue()
1468 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()
1937 return cmpLessThan; in compare()
1947 return cmpLessThan; in compare()
1953 return cmpLessThan; in compare()
1967 result = cmpLessThan; in compare()
1975 if (result == cmpLessThan) in compare()
1978 result = cmpLessThan; in compare()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h143 cmpLessThan, enumerator
/external/llvm/lib/IR/
DConstantFold.cpp1784 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan || in ConstantFoldCompareInstruction()
1788 R==APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
1790 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
1799 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan || in ConstantFoldCompareInstruction()
1802 return ConstantInt::get(ResultTy, R!=APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
DMetadata.cpp909 if (AVal.compare(BVal) == APFloat::cmpLessThan) in getMostGenericFPMath()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1941 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan || in ConstantFoldCompareInstruction()
1945 R==APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
1947 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
1956 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan || in ConstantFoldCompareInstruction()
1959 return ConstantInt::get(ResultTy, R!=APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc111 CHECK(low.compare(high) == llvm::APFloat::cmpLessThan); in Clamp()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2655 if (SMax.compare(RHS) == APFloat::cmpLessThan) { // smax < 13123.0 in FoldFCmp_IntToFP_Cst()
2667 if (UMax.compare(RHS) == APFloat::cmpLessThan) { // umax < 13123.0 in FoldFCmp_IntToFP_Cst()
2846 APFloat::cmpLessThan) || Fabs.isZero())) in visitFCmpInst()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1543 R==APFloat::cmpLessThan, VT); in FoldSetCC()
1547 case ISD::SETOLT: return getConstant(R==APFloat::cmpLessThan, VT); in FoldSetCC()
1555 case ISD::SETOLE: return getConstant(R==APFloat::cmpLessThan || in FoldSetCC()
1568 R==APFloat::cmpLessThan, VT); in FoldSetCC()
1572 case ISD::SETUGE: return getConstant(R!=APFloat::cmpLessThan, VT); in FoldSetCC()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4412 if (SMax.compare(RHS) == APFloat::cmpLessThan) { // smax < 13123.0 in FoldFCmp_IntToFP_Cst()
4424 if (UMax.compare(RHS) == APFloat::cmpLessThan) { // umax < 13123.0 in FoldFCmp_IntToFP_Cst()
4628 APFloat::cmpLessThan) || Fabs.isZero())) in visitFCmpInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1954 R==APFloat::cmpLessThan, dl, VT); in FoldSetCC()
1958 case ISD::SETOLT: return getConstant(R==APFloat::cmpLessThan, dl, VT); in FoldSetCC()
1966 case ISD::SETOLE: return getConstant(R==APFloat::cmpLessThan || in FoldSetCC()
1979 R==APFloat::cmpLessThan, dl, VT); in FoldSetCC()
1983 case ISD::SETUGE: return getConstant(R!=APFloat::cmpLessThan, dl, VT); in FoldSetCC()
/external/clang/lib/AST/
DExprConstant.cpp7534 CR_r == APFloat::cmpLessThan || in VisitBinaryOperator()
7537 CR_i == APFloat::cmpLessThan || in VisitBinaryOperator()
7570 return Success(CR == APFloat::cmpLessThan, E); in VisitBinaryOperator()
7574 return Success(CR == APFloat::cmpLessThan || CR == APFloat::cmpEqual, E); in VisitBinaryOperator()
7582 || CR == APFloat::cmpLessThan in VisitBinaryOperator()