Home
last modified time | relevance | path

Searched defs:isArrayTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h261 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h192 bool isArrayTy() const { return LLVMTy->isArrayTy(); } in isArrayTy() function