HomeSort by relevance Sort by last modified time
    Searched refs:cmpLessThan (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/ADT/
APFloat.h 151 cmpLessThan,
670 return (B.compare(A) == APFloat::cmpLessThan) ? B : A;
681 return (A.compare(B) == APFloat::cmpLessThan) ? B : A;
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Metadata.cpp 844 if (AVal.compare(BVal) == APFloat::cmpLessThan)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 63 milliseconds