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

  /external/llvm/include/llvm/IR/
Type.h 190 bool isTokenTy() const { return getTypeID() == TokenTyID; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Type.h 194 bool isTokenTy() const { return getTypeID() == TokenTyID; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 192 bool isTokenTy() const { return getTypeID() == TokenTyID; }

Completed in 160 milliseconds