Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h33 enum KindType { enum
51 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc) in ParsedTemplateArgument()
74 KindType getKind() const { return Kind; } in getKind()
121 KindType Kind;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1133 enum KindType { enum in __anon244971d90711::LSRUse
1141 using SCEVUseKindPair = PointerIntPair<const SCEV *, 2, KindType>;
1143 KindType Kind;
1178 LSRUse(KindType K, MemAccessTy AT) : Kind(K), AccessTy(AT) {} in LSRUse()
1698 int64_t MaxOffset, LSRUse::KindType Kind, in isLegalUse()
1712 int64_t MaxOffset, LSRUse::KindType Kind, in isLegalUse()
1773 LSRUse::KindType Kind, MemAccessTy AccessTy, in isAlwaysFoldable()
1796 int64_t MaxOffset, LSRUse::KindType Kind, in isAlwaysFoldable()
1949 LSRUse::KindType Kind, MemAccessTy AccessTy);
2538 LSRUse::KindType Kind, in getUse()
[all …]