Searched defs:KindType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DParsedTemplate.h26 enum KindType { enum in class:clang::ParsedTemplateArgument
44 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc)
67 KindType getKind() const { return Kind; }
114 KindType Kind;
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1151 /// KindType - An enum for a kind of use, indicating what types of
1153 enum KindType { enum in class:__anon22596::LSRUse
1161 KindType Kind;
1187 LSRUse(KindType K, Type *T) : Kind(K), AccessTy(T),
1308 static bool isLegalUse(const TargetTransformInfo &TTI, LSRUse::KindType Kind,
1362 int64_t MaxOffset, LSRUse::KindType Kind, Type *AccessTy,
1381 int64_t MaxOffset, LSRUse::KindType Kind, Type *AccessTy,
1448 LSRUse::KindType Kind, Type *AccessTy,
1470 int64_t MaxOffset, LSRUse::KindType Kind,
1499 static std::pair<const SCEV *, LSRUse::KindType> getEmptyKe
[all...]

Completed in 117 milliseconds