Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/magic/support/
H A DSmartType.h160 inline bool SmartType::isStructTy() const { in isStructTy() function
H A DEDIType.h257 inline bool EDIType::isStructTy() const { in isStructTy() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DType.h209 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function