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

1 2 3

  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 142 } else if (Const->isExactlyValue(Smallest)) {
148 } else if (Const->isExactlyValue(NegSmallest)) {
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 271 /// isExactlyValue - We don't rely on operator== working on double values, as
275 /// because it's so convenient to write isExactlyValue(2.0), but please use
277 bool isExactlyValue(const APFloat &V) const;
279 bool isExactlyValue(double V) const {
286 return isExactlyValue(FV);
    [all...]
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 43 EXPECT_TRUE(Val->isExactlyValue(1.0));
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 303 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
  /external/llvm/include/llvm/IR/
Constants.h 301 /// because it's so convenient to write isExactlyValue(2.0), but please use
303 bool isExactlyValue(const APFloat &V) const;
305 bool isExactlyValue(double V) const {
309 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h 318 /// because it's so convenient to write isExactlyValue(2.0), but please use
320 bool isExactlyValue(const APFloat &V) const;
322 bool isExactlyValue(double V) const {
326 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h 318 /// because it's so convenient to write isExactlyValue(2.0), but please use
320 bool isExactlyValue(const APFloat &V) const;
322 bool isExactlyValue(double V) const {
326 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Constants.h 312 /// because it's so convenient to write isExactlyValue(2.0), but please use
314 bool isExactlyValue(const APFloat &V) const;
316 bool isExactlyValue(double V) const {
320 return isExactlyValue(FV);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 858 if (Op1C->isExactlyValue(1.0)) // pow(1.0, x) -> 1.0
860 if (Op1C->isExactlyValue(2.0)) // pow(2.0, x) -> exp2(x)
870 if (Op2C->isExactlyValue(0.5)) {
887 if (Op2C->isExactlyValue(1.0)) // pow(x, 1.0) -> x
889 if (Op2C->isExactlyValue(2.0)) // pow(x, 2.0) -> x*x
891 if (Op2C->isExactlyValue(-1.0)) // pow(x, -1.0) -> 1.0/x
    [all...]
  /external/llvm/unittests/AsmParser/
AsmParserTest.cpp 81 EXPECT_TRUE(cast<ConstantFP>(V)->isExactlyValue(3.5));
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 264 if (Op1F->isExactlyValue(1.0))
271 if (F->isExactlyValue(1.0))
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 1621 milliseconds

1 2 3