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

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 187 /// isVectorTy - True if this is an instance of VectorType.
189 bool isVectorTy() const { return ID == VectorTyID; }
  /external/llvm/include/llvm/IR/
Type.h 217 bool isVectorTy() const { return getTypeID() == VectorTyID; }
239 isPointerTy() || isVectorTy();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
294 if (isVectorTy())
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
294 if (isVectorTy())
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
294 if (isVectorTy())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
294 if (isVectorTy())
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
294 if (isVectorTy())
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
294 if (isVectorTy())
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
294 if (isVectorTy())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
241 isPointerTy() || isVectorTy();
294 if (isVectorTy())

Completed in 400 milliseconds