Home
last modified time | relevance | path

Searched refs:KindType (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DParsedTemplate.h26 enum KindType { enum
44 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc) in ParsedTemplateArgument()
67 KindType getKind() const { return Kind; } in getKind()
114 KindType Kind;
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1211 enum KindType { enum in __anonb19727160711::LSRUse
1219 typedef PointerIntPair<const SCEV *, 2, KindType> SCEVUseKindPair;
1221 KindType Kind;
1254 LSRUse(KindType K, Type *T) : Kind(K), AccessTy(T), in LSRUse()
1379 LSRUse::KindType Kind, Type *AccessTy, in isAMCompletelyFolded()
1434 LSRUse::KindType Kind, Type *AccessTy, in isAMCompletelyFolded()
1455 LSRUse::KindType Kind, Type *AccessTy, in isAMCompletelyFolded()
1471 int64_t MaxOffset, LSRUse::KindType Kind, Type *AccessTy, in isLegalUse()
1485 int64_t MaxOffset, LSRUse::KindType Kind, Type *AccessTy, in isLegalUse()
1537 LSRUse::KindType Kind, Type *AccessTy, in isAlwaysFoldable()
[all …]