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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp274 const GlobalAddressSDNode *GADN = local
277 if (GADN && CDN)
279 getConstantFieldValue(GADN, CDN->getZExtValue(), size, new_val.c);
285 if (const GlobalAddressSDNode *GADN =
287 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp592 } else if (const GlobalAddressSDNode *GADN =
594 int64_t offset = GADN->getOffset();
596 GADN->getGlobal()->printAsOperand(OS);
602 if (unsigned int TF = GADN->getTargetFlags())

Completed in 111 milliseconds