Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp435 } else if (const GlobalAddressSDNode *GADN = in print_details() local
437 int64_t offset = GADN->getOffset(); in print_details()
439 GADN->getGlobal()->printAsOperand(OS); in print_details()
445 if (unsigned int TF = GADN->getTargetFlags()) in print_details()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6221 } else if (const GlobalAddressSDNode *GADN = in print_details() local
6223 int64_t offset = GADN->getOffset(); in print_details()
6225 WriteAsOperand(OS, GADN->getGlobal()); in print_details()
6231 if (unsigned int TF = GADN->getTargetFlags()) in print_details()