Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DType.h252 bool isArrayTy() const { return getTypeID() == ArrayTyID; } isArrayTy() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1564 bool isArrayTy = llvm::isa<LLVMArrayType>(value.getType()); print() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp2175 calculateBoundsOffset(LLVM::ModuleTranslation & moduleTranslation,llvm::IRBuilderBase & builder,bool isArrayTy,mlir::OperandRange bounds) calculateBoundsOffset() argument