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

/external/llvm/include/llvm/IR/
H A DType.h274 /// isSized - Return true if it makes sense to take the size of this type. To
278 bool isSized() const { function in class:llvm::Type
/external/llvm/lib/IR/
H A DType.cpp163 return ATy->getElementType()->isSized();
166 return VTy->getElementType()->isSized();
171 return cast<StructType>(this)->isSized();
559 bool StructType::isSized() const { function in class:StructType
569 if (!(*I)->isSized())

Completed in 4249 milliseconds