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

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 153 /// isLabelTy - Return true if this is 'label'.
154 bool isLabelTy() const { return ID == LabelTyID; }
  /external/llvm/include/llvm/IR/
Type.h 184 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 186 bool isLabelTy() const { return getTypeID() == LabelTyID; }

Completed in 3550 milliseconds