HomeSort by relevance Sort by last modified time
    Searched refs:isSized (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 175 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy);
180 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy);
211 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
Loads.cpp 108 if (BaseType && BaseType->isSized()) {
MemoryBuiltins.cpp 98 if (!T || !T->isSized() || !TD)
ConstantFolding.cpp 205 ->getElementType()->isSized())
399 !GV->getInitializer()->getType()->isSized())
582 if (!TD || !cast<PointerType>(Ptr->getType())->getElementType()->isSized())
665 if (!ATy->getElementType()->isSized())
    [all...]
BasicAliasAnalysis.cpp 129 if (AccessTy->isSized())
302 ->getElementType()->isSized())
    [all...]
ValueTracking.cpp 105 if (Align == 0 && TD && GV->getType()->getElementType()->isSized()) {
573 if (!IndexedTy->isSized()) return;
    [all...]
ScalarEvolutionExpander.cpp 393 if (ElTy->isSized()) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/
TargetData.cpp 401 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
449 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
  /external/llvm/include/llvm/
Type.h 233 /// isSized - Return true if it makes sense to take the size of this type. To
237 bool isSized() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 80 if (TD && SrcETy->isSized() && TD->getTypeStoreSize(SrcETy) == Size) {
291 if (AI->getAllocatedType()->isSized()) {
302 if (MallocType && MallocType->isSized())
769 if (!SrcTy->isSized() || !DstTy->isSized())
    [all...]
InstCombineLoadStoreAlloca.cpp 72 if (TD && isa<AllocaInst>(AI) && AI.getAllocatedType()->isSized()) {
InstCombineCasts.cpp 91 if (!AllocElTy->isSized() || !CastElTy->isSized()) return 0;
    [all...]
InstructionCombining.cpp 735 if (!Ty->isSized()) return 0;
822 if (SeqTy->getElementType()->isSized() &&
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 422 if (!ResultType->isSized()) {
435 if (!EltTy->isSized()) {
  /external/llvm/lib/VMCore/
Type.cpp 176 return ATy->getElementType()->isSized();
179 return VTy->getElementType()->isSized();
190 if (!(*I)->isSized())
Verifier.cpp 560 Assert1(!ByValI || PTy->getElementType()->isSized(),
    [all...]
Core.cpp 172 return unwrap(Ty)->isSized();
    [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 375 if (LI->getType()->isSized())
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 282 if (!Ty->isSized() || isZeroLengthArray(Ty)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 574 milliseconds

1 2