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

  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 491 bool Root2 = N2->Flags & GepNode::Root;
496 if (Root1 != Root2 || (Root1 && N1->BaseVal != N2->BaseVal)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 514 bool Root2 = N2->Flags & GepNode::Root;
519 if (Root1 != Root2 || (Root1 && N1->BaseVal != N2->BaseVal)) {
    [all...]

Completed in 349 milliseconds