HomeSort by relevance Sort by last modified time
    Searched refs:TagA (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
IListNodeTest.cpp 21 struct TagA {};
30 !std::is_same<compute_node_options<Node, ilist_tag<TagA>>::type,
32 "default tag is void, different from TagA");
34 !std::is_same<compute_node_options<Node, ilist_tag<TagA>>::type,
36 "TagA is not TagB");
64 ilist_tag<TagA>>::type,
65 compute_node_options<Node, ilist_tag<TagA>,
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 532 TBAAStructTagNode TagA(A), TagB(B);
534 // TODO: We need to check if AccessType of TagA encloses AccessType of
543 const MDNode *BaseA = TagA.getBaseType();
545 uint64_t OffsetA = TagA.getOffset(), OffsetB = TagB.getOffset();
561 OffsetA = TagA.getOffset();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 677 TBAAStructTagNode TagA(A), TagB(B);
678 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(),
692 if (mayBeAccessToSubobjectOf(/* BaseTag= */ TagA, /* SubobjectTag= */ TagB,
694 mayBeAccessToSubobjectOf(/* BaseTag= */ TagB, /* SubobjectTag= */ TagA,

Completed in 141 milliseconds