Searched defs:isIntOrPtrTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h212 bool isIntOrPtrTy() const { return isIntegerTy() || isPointerTy(); } function in class:llvm::Type

Completed in 260 milliseconds