Home
last modified time | relevance | path

Searched refs:getLeft (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h61 ImutAVLTree *getLeft() const { return left; } in getLeft() function
83 T = T->getLeft(); in find()
103 if (const ImutAVLTree* L = getLeft()) in size()
180 unsigned HL = getLeft() ? getLeft()->validateTree() : 0; in validateTree()
191 assert((!getLeft() || in validateTree()
192 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()
307 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()
421 TreeTy* getLeft(TreeTy* T) const { return T->getLeft(); }
493 TreeTy *LL = getLeft(L);
501 TreeTy *LRL = getLeft(LR);
[all …]
/src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp202 Log.getLeft(I)->print(dbgs()); dbgs() << '\n'; in logd()
207 Log.getLeft(I)->print(dbgs()); dbgs() << '\n'; in logd()
H A DDiffLog.cpp49 const Instruction *DiffLogBuilder::getLeft(unsigned I) const { in getLeft() function in DiffLogBuilder
H A DDiffLog.h77 const Instruction *getLeft(unsigned I) const;