Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp1109 return cmpLessThan; in compareAbsoluteValue()
1361 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()
1794 return cmpLessThan; in compare()
1804 return cmpLessThan; in compare()
1810 return cmpLessThan; in compare()
1824 result = cmpLessThan; in compare()
1832 if (result == cmpLessThan) in compare()
1835 result = cmpLessThan; in compare()
/external/llvm/include/llvm/ADT/
DAPFloat.h143 cmpLessThan, enumerator
/external/llvm/lib/VMCore/
DConstantFold.cpp1673 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan || in ConstantFoldCompareInstruction()
1677 R==APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
1679 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
1688 return ConstantInt::get(ResultTy, R==APFloat::cmpLessThan || in ConstantFoldCompareInstruction()
1691 return ConstantInt::get(ResultTy, R!=APFloat::cmpLessThan); in ConstantFoldCompareInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2707 if (SMax.compare(RHS) == APFloat::cmpLessThan) { // smax < 13123.0 in FoldFCmp_IntToFP_Cst()
2719 if (UMax.compare(RHS) == APFloat::cmpLessThan) { // umax < 13123.0 in FoldFCmp_IntToFP_Cst()
2911 APFloat::cmpLessThan) || Fabs.isZero())) in visitFCmpInst()
/external/clang/lib/AST/
DExprConstant.cpp4879 CR_r == APFloat::cmpLessThan || in VisitBinaryOperator()
4882 CR_i == APFloat::cmpLessThan || in VisitBinaryOperator()
4915 return Success(CR == APFloat::cmpLessThan, E); in VisitBinaryOperator()
4919 return Success(CR == APFloat::cmpLessThan || CR == APFloat::cmpEqual, E); in VisitBinaryOperator()
4927 || CR == APFloat::cmpLessThan in VisitBinaryOperator()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1573 R==APFloat::cmpLessThan, VT); in FoldSetCC()
1577 case ISD::SETOLT: return getConstant(R==APFloat::cmpLessThan, VT); in FoldSetCC()
1585 case ISD::SETOLE: return getConstant(R==APFloat::cmpLessThan || in FoldSetCC()
1598 R==APFloat::cmpLessThan, VT); in FoldSetCC()
1602 case ISD::SETUGE: return getConstant(R!=APFloat::cmpLessThan, VT); in FoldSetCC()