Home
last modified time | relevance | path

Searched refs:getAssociatedValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp274 Worklist.push_back({&IRP.getAssociatedValue(), CtxI}); in genericValueTraversal()
660 for (const Use &U : AA.getIRPosition().getAssociatedValue().uses()) in followUsesInMBEC()
1491 Value &AssociatedValue = getIRPosition().getAssociatedValue(); in updateImpl()
1679 getAssociatedValue().getType()->getPointerAddressSpace())) {} in AANonNullImpl()
1683 Value &V = getAssociatedValue(); in initialize()
1707 if (isa<GlobalValue>(&getAssociatedValue())) { in initialize()
1721 getKnownNonNullAndDerefBytesForUse(A, *this, getAssociatedValue(), U, I, in followUseInMBEC()
2436 Value *Val = &getAssociatedValue(); in initialize()
2458 else if (Val != &getAssociatedValue()) { in initialize()
2543 Value &Val = getAssociatedValue(); in initialize()
[all …]
H A DAttributor.cpp393 IRPositions.emplace_back(IRPosition::value(IRP.getAssociatedValue())); in SubsumingPositionIterator()
457 Value &AssociatedValue = getAssociatedValue(); in getAttrsFromAssumes()
488 assert((!isa<CallBase>(&getAssociatedValue()) && in verify()
489 !isa<Argument>(&getAssociatedValue())) && in verify()
495 assert(getAsValuePtr() == &getAssociatedValue() && in verify()
503 assert(getAsValuePtr() == &getAssociatedValue() && in verify()
511 assert(getAsValuePtr() == &getAssociatedValue() && in verify()
517 assert(getAsValuePtr() == &getAssociatedValue() && in verify()
523 assert(getAsValuePtr() == &getAssociatedValue() && in verify()
539 assert(U->get() == &getAssociatedValue() && "Associated value mismatch!"); in verify()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h409 Value &getAssociatedValue() const { in getAssociatedValue() function
421 return getAssociatedValue().getType(); in getAssociatedType()
2237 if (isa<UndefValue>(IRP.getAssociatedValue()) ||
2259 if (isa<UndefValue>(this->getIRPosition().getAssociatedValue()))
3547 ConstantInt::get(getAssociatedValue().getType(), *C));
3784 return cast<ConstantInt>(ConstantInt::get(getAssociatedValue().getType(),
3789 ConstantInt::get(getAssociatedValue().getType(), 0));