Searched refs:isSized (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp175 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy);
180 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy);
209 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
H A DLoads.cpp109 if (BaseType && BaseType->isSized()) {
H A DMemoryBuiltins.cpp201 if (!T || !T->isSized() || !TD)
419 if (!I.getAllocatedType()->isSized())
640 if (!I.getAllocatedType()->isSized())
H A DConstantFolding.cpp242 ->getElementType()->isSized())
429 !GV->getInitializer()->getType()->isSized())
628 if (!TD || !cast<PointerType>(Ptr->getType())->getElementType()->isSized() ||
714 if (!ATy->getElementType()->isSized())
H A DValueTracking.cpp280 if (ObjectType->isSized()) {
629 if (!IndexedTy->isSized()) return;
H A DBasicAliasAnalysis.cpp277 ->getElementType()->isSized())
H A DScalarEvolutionExpander.cpp419 if (ElTy->isSized()) {
H A DInstructionSimplify.cpp2569 if (Ty->isSized() && Q.TD->getTypeAllocSize(Ty) == 0)
/external/llvm/lib/VMCore/
H A DType.cpp180 return ATy->getElementType()->isSized();
183 return VTy->getElementType()->isSized();
188 return cast<StructType>(this)->isSized();
583 bool StructType::isSized() const { function in class:StructType
593 if (!(*I)->isSized())
H A DVerifier.cpp555 Assert1(!ByValI || PTy->getElementType()->isSized(),
1332 Assert1(cast<PointerType>(TargetTy)->getElementType()->isSized(),
1477 Assert1(PTy->getElementType()->isSized(), "Cannot allocate unsized type",
H A DConstantFold.cpp105 && DPTy->getElementType()->isSized()) {
/external/llvm/include/llvm/
H A DType.h253 /// isSized - Return true if it makes sense to take the size of this type. To
257 bool isSized() const { function in class:llvm::Type
H A DDerivedTypes.h253 /// isSized - Return true if this is a sized type.
254 bool isSized() const;
/external/llvm/lib/Target/
H A DTargetData.cpp466 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
514 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp420 if (!ResultType->isSized()) {
433 if (!EltTy->isSized()) {
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp417 assert(OrigTy->isSized());
548 if (!Ty->isSized()) return false;
1062 if (!AI->getAllocatedType()->isSized()) continue;
H A DThreadSanitizer.cpp401 assert(OrigTy->isSized());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp80 if (TD && SrcETy->isSized() && TD->getTypeStoreSize(SrcETy) == Size) {
748 if (!SrcTy->isSized() || !DstTy->isSized())
1054 if (ParamPTy == 0 || !ParamPTy->getElementType()->isSized() || TD == 0)
H A DInstCombineLoadStoreAlloca.cpp218 if (TD && AI.getAllocatedType()->isSized()) {
243 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() ||
H A DInstCombineCasts.cpp92 if (!AllocElTy->isSized() || !CastElTy->isSized()) return 0;
H A DInstructionCombining.cpp744 if (!Ty->isSized()) return 0;
831 if (SeqTy->getElementType()->isSized() &&
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp405 if (LI->getType()->isSized())
H A DScalarReplAggregates.cpp1492 if (AI->isArrayAllocation() || !AI->getAllocatedType()->isSized())
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp280 if (!Ty->isSized() || isZeroLengthArray(Ty)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2942 if (!OpTy->isSingleValueType() && OpTy->isSized()) {

Completed in 563 milliseconds

12