Searched defs:Relation (Results 1 – 13 of 13) sorted by relevance
32 struct Relation { struct34 RelationKind Predicate; argument37 bool operator==(const Relation &Other) const { argument
647 for (const auto &Relation : Relations) in writeRIFF() local
46 std::optional<clang::clangd::Relation> Relation; member
86 ### Relation subsection
130 message Relation { message
88 static __isl_give isl_map *tag(__isl_take isl_map *Relation, in tag()101 static __isl_give isl_map *tag(__isl_take isl_map *Relation, MemoryAccess *MA, in tag()
436 isl::map Relation = AccessRelation; in wrapConstantDimensions() local 740 isl::map Relation = AccessRelation; computeBoundsOnAccessRelation() local
278 llvm::cl::opt<RelationKind> Relation{ member in clang::clangd::__anonac3892160111::Relations
321 isl::map Relation; in computeReachingWrite() local
1585 RelationKind Relation; global() variable 1590 MemoryVsLLTSizePredicateMatcher(unsigned InsnVarID,unsigned MMOIdx,enum RelationKind Relation,unsigned OpIdx) MemoryVsLLTSizePredicateMatcher() argument
1055 analyzeLogicOperatorCondition(BinaryOperatorKind Relation,const llvm::APSInt & Value1,const llvm::APSInt & Value2) analyzeLogicOperatorCondition() argument
3594 using Relation = void (*)(const APFloat &, const APFloat &); TEST() typedef