Searched defs:AAMDNodes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h114 AAMDNodes AATags;
117 const AAMDNodes &N = AAMDNodes())
134 Copy.AATags = AAMDNodes();
614 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
116 Location(const Value *P = nullptr, uint64_t S = UnknownSize, const AAMDNodes &N = AAMDNodes()) argument
/external/llvm/include/llvm/IR/
H A DMetadata.h536 struct AAMDNodes { struct
537 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr, function in struct:llvm::AAMDNodes
541 bool operator==(const AAMDNodes &A) const {
545 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
559 // Specialize DenseMapInfo for AAMDNodes.
561 struct DenseMapInfo<AAMDNodes> {
562 static inline AAMDNodes getEmptyKey() {
563 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(), 0, 0);
565 static inline AAMDNodes getTombstoneKey() {
566 return AAMDNodes(DenseMapInf
[all...]

Completed in 103 milliseconds