Home
last modified time | relevance | path

Searched defs:InnerType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp849 auto *InnerType = FI.InnerInductionPHI->getType(); in CanWidenIV() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1029 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7687 InnerType) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16552 QualType InnerType = Ptr->getPointeeType(); in CheckLiteralOperatorDeclaration() local
16608 QualType InnerType = PointeeType.getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
[all...]
H A DTreeTransform.h1107 QualType RebuildParenType(QualType InnerType) { in RebuildParenType()