reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2435 for (unsigned i = 0, e = CV->getType()->getNumElements(); i != e; ++i) 2438 unsigned Size = DL.getTypeAllocSize(CV->getType()); 2439 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * 2440 CV->getType()->getNumElements();lib/ExecutionEngine/ExecutionEngine.cpp
1140 getDataLayout().getTypeAllocSize(CP->getType()->getElementType());
lib/IR/Constants.cpp 1396 getType()->getContext().pImpl->VectorConstants.remove(this);
lib/IR/ConstantsContext.h593 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage))); 611 if (LHS.first != RHS->getType()) 640 assert(Result->getType() == Ty && "Type specified is not correct!"); 677 LookupKey Key(CP->getType(), ValType(Operands, CP));tools/llvm-diff/DifferenceEngine.cpp
414 if (CVL->getType()->getNumElements() != CVR->getType()->getNumElements()) 414 if (CVL->getType()->getNumElements() != CVR->getType()->getNumElements()) 416 for (unsigned i = 0; i < CVL->getType()->getNumElements(); i++) {