Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/magic/support/
H A DSmartType.h184 inline bool SmartType::isPointerTy() const { in isPointerTy() function
H A DEDIType.h261 inline bool EDIType::isPointerTy() const { in isPointerTy() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DType.h217 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function