Searched refs:InnerType (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 588 auto *InnerType = FI.InnerInductionPHI->getType(); in CanWidenIV() local 596 if (InnerType != OuterType || in CanWidenIV() 597 InnerType->getScalarSizeInBits() >= MaxLegalSize || in CanWidenIV() 598 MaxLegalType->getScalarSizeInBits() < InnerType->getScalarSizeInBits() * 2) { in CanWidenIV()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6981 InnerType) { in AST_MATCHER_P() argument 6982 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Type.h | 2613 ParenType(QualType InnerType, QualType CanonType) 2614 : Type(Paren, CanonType, InnerType->getDependence()), Inner(InnerType) {}
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 15726 QualType InnerType = Ptr->getPointeeType(); in CheckLiteralOperatorDeclaration() local 15729 if (!(Context.hasSameType(InnerType.getUnqualifiedType(), in CheckLiteralOperatorDeclaration() 15731 InnerType.isConstQualified() && !InnerType.isVolatileQualified())) { in CheckLiteralOperatorDeclaration() 15782 QualType InnerType = PointeeType.getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local 15786 if (!(Context.hasSameType(InnerType, Context.CharTy) || in CheckLiteralOperatorDeclaration() 15787 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration() 15788 Context.hasSameType(InnerType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration() 15789 Context.hasSameType(InnerType, Context.Char16Ty) || in CheckLiteralOperatorDeclaration() 15790 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
|
H A D | TreeTransform.h | 1015 QualType RebuildParenType(QualType InnerType) { in RebuildParenType() argument 1016 return SemaRef.BuildParenType(InnerType); in RebuildParenType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 4832 ASTContext::getParenType(QualType InnerType) const { in getParenType() 4834 ParenType::Profile(ID, InnerType); in getParenType() 4841 QualType Canon = InnerType; in getParenType() 4843 Canon = getCanonicalType(InnerType); in getParenType() 4849 T = new (*this, TypeAlignment) ParenType(InnerType, Canon); in getParenType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1025 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local 1026 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()
|