HomeSort by relevance Sort by last modified time
    Searched defs:isExactlyValue (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
Constants.h 276 /// isExactlyValue - We don't rely on operator== working on double values, as
280 /// because it's so convenient to write isExactlyValue(2.0), but please use
282 bool isExactlyValue(const APFloat &V) const;
284 bool isExactlyValue(double V) const {
291 return isExactlyValue(FV);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 593 bool ConstantFP::isExactlyValue(const APFloat &V) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 82 /// isExactlyValue - We don't rely on operator== working on double values, as
86 bool ConstantFPSDNode::isExactlyValue(const APFloat& V) const {
    [all...]

Completed in 1816 milliseconds