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

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 129 bool isFloatTy() const { return getKind() == TK_Float; }
131 CHECK(isFloatTy());
161 CHECK(getType().isFloatTy());
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 124 /// isFloatTy - Return true if this is 'float', a 32-bit IEEE fp type.
125 bool isFloatTy() const { return ID == FloatTyID; }
  /external/llvm/include/llvm/IR/
Type.h 143 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 145 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 145 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 145 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 147 bool isFloatTy() const { return getTypeID() == FloatTyID; }

Completed in 1048 milliseconds