HomeSort by: relevance | last modified time | path
    Searched refs:getAssociatedValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 274 Worklist.push_back({&IRP.getAssociatedValue(), CtxI});
660 for (const Use &U : AA.getIRPosition().getAssociatedValue().uses())
1491 Value &AssociatedValue = getIRPosition().getAssociatedValue();
1679 getAssociatedValue().getType()->getPointerAddressSpace())) {}
1683 Value &V = getAssociatedValue();
1707 if (isa<GlobalValue>(&getAssociatedValue())) {
1721 getKnownNonNullAndDerefBytesForUse(A, *this, getAssociatedValue(), U, I,
2436 Value *Val = &getAssociatedValue();
2458 else if (Val != &getAssociatedValue()) {
2543 Value &Val = getAssociatedValue();
    [all...]
Attributor.cpp 393 IRPositions.emplace_back(IRPosition::value(IRP.getAssociatedValue()));
457 Value &AssociatedValue = getAssociatedValue();
488 assert((!isa<CallBase>(&getAssociatedValue()) &&
489 !isa<Argument>(&getAssociatedValue())) &&
495 assert(getAsValuePtr() == &getAssociatedValue() &&
503 assert(getAsValuePtr() == &getAssociatedValue() &&
511 assert(getAsValuePtr() == &getAssociatedValue() &&
517 assert(getAsValuePtr() == &getAssociatedValue() &&
523 assert(getAsValuePtr() == &getAssociatedValue() &&
539 assert(U->get() == &getAssociatedValue() && "Associated value mismatch!")
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 409 Value &getAssociatedValue() const {
421 return getAssociatedValue().getType();
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));

Completed in 28 milliseconds