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 42 EXPECT_TRUE(Val->isExactlyValue(1.0));
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 177 assert(MO.getFPImm()->isExactlyValue(0.0) && "Only FP 0.0 expected");
AArch64ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h 275 /// isExactlyValue - We don't rely on operator== working on double values, as
279 /// because it's so convenient to write isExactlyValue(2.0), but please use
281 bool isExactlyValue(const APFloat &V) const;
283 bool isExactlyValue(double V) const {
287 return isExactlyValue(FV);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 371 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 352 return CFP->isExactlyValue(1.0);
R600ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 334 return CFP->isExactlyValue(Val);
338 return CFP->isExactlyValue(Val);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 285 if (CFP && CFP->isExactlyValue(0.5)) {
290 if (CFP && CFP->isExactlyValue(0.5))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 71 /// isExactlyValue - We don't rely on operator== working on double values, as
75 bool ConstantFPSDNode::isExactlyValue(const APFloat& V) const {
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 246 (CFP->isExactlyValue(atof(StrVal.c_str())))) {
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 645 bool ConstantFP::isExactlyValue(const APFloat &V) const {
    [all...]

Completed in 716 milliseconds