Home
last modified time | relevance | path

Searched refs:InnerTy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp744 QualType InnerTy in printPretty() local
746 if (InnerTy.isNull()) in printPretty()
747 InnerTy = Ty; in printPretty()
754 Out << "*(" << InnerTy.stream(Policy) << "*)" in printPretty()
766 CharUnits S = Ctx ? Ctx->getTypeSizeInCharsIfKnown(InnerTy).value_or( in printPretty()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.cpp368 const Type *InnerTy = AT->getValueType().getTypePtr(); in createDescriptor() local
369 return createDescriptor(D, InnerTy, IsConst, IsTemporary, IsMutable); in createDescriptor()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp145 Type *InnerTy = *I; in isLeakCheckerRoot() local
146 if (isa<PointerType>(InnerTy)) return true; in isLeakCheckerRoot()
147 if (isa<StructType>(InnerTy) || isa<ArrayType>(InnerTy) || in isLeakCheckerRoot()
148 isa<VectorType>(InnerTy)) in isLeakCheckerRoot()
149 Types.push_back(InnerTy); in isLeakCheckerRoot()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3604 Type *InnerTy; in stripAggregateTypeWrapping() local
3606 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()
3610 InnerTy = STy->getElementType(Index); in stripAggregateTypeWrapping()
3615 if (AllocSize > DL.getTypeAllocSize(InnerTy).getFixedSize() || in stripAggregateTypeWrapping()
3616 TypeSize > DL.getTypeSizeInBits(InnerTy).getFixedSize()) in stripAggregateTypeWrapping()
3619 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp3317 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() local
3318 Ty = QualType(InnerTy, 0); in GetByteVectorType()