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

  /external/llvm/unittests/IR/
MDBuilderTest.cpp 43 EXPECT_TRUE(Val->isExactlyValue(1.0));
  /external/llvm/include/llvm/IR/
Constants.h 273 /// isExactlyValue - We don't rely on operator== working on double values, as
277 /// because it's so convenient to write isExactlyValue(2.0), but please use
279 bool isExactlyValue(const APFloat &V) const;
281 bool isExactlyValue(double V) const {
285 return isExactlyValue(FV);
    [all...]
PatternMatch.h 332 return CFP->isExactlyValue(Val);
336 return CFP->isExactlyValue(Val);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 294 return CFP->isExactlyValue(1.0);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 726 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 70 /// isExactlyValue - We don't rely on operator== working on double values, as
74 bool ConstantFPSDNode::isExactlyValue(const APFloat& V) const {
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 251 (CFP->isExactlyValue(atof(StrVal.c_str())))) {
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 731 bool ConstantFP::isExactlyValue(const APFloat &V) const {
    [all...]

Completed in 272 milliseconds