Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp281 Worklist.push_back(&IRP.getAssociatedValue()); in genericValueTraversal()
530 IRPositions.emplace_back(IRPosition::value(IRP.getAssociatedValue())); in SubsumingPositionIterator()
577 assert(cast<Argument>(AnchorVal) == &getAssociatedValue() && in verify()
583 &getAssociatedValue() && in verify()
591 assert((!isa<CallBase>(&getAssociatedValue()) && in verify()
592 !isa<Argument>(&getAssociatedValue())) && in verify()
598 assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!"); in verify()
603 assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!"); in verify()
608 assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!"); in verify()
613 assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!"); in verify()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h326 Value &getAssociatedValue() const { in getAssociatedValue() function
363 isa<Argument>(getAssociatedValue())) || in getPositionKind()
1646 if (isa<UndefValue>(IRP.getAssociatedValue()) || hasAttr(getAttrKind())) {
1666 if (isa<UndefValue>(getIRPosition().getAssociatedValue()))
2452 IRP.getAssociatedValue().getType()->getIntegerBitWidth()),
2485 ConstantInt::get(getAssociatedValue().getType(), *C));