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

  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 448 typedef std::pair<GepNode*,GepNode*> NodePair;
449 typedef std::set<NodePair> NodePairSet;
461 NodePair node_pair(GepNode *N1, GepNode *N2) {
482 NodePair NP = node_pair(N1, N2);
492 NodePair P = node_pair(N1, N2);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 468 using NodePair = std::pair<GepNode *, GepNode *>;
469 using NodePairSet = std::set<NodePair>;
483 static NodePair node_pair(GepNode *N1, GepNode *N2) {
505 NodePair NP = node_pair(N1, N2);
515 NodePair P = node_pair(N1, N2);
    [all...]

Completed in 95 milliseconds