Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp326 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getReallocatedOperand()
347 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()
560 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getFreedOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h1840 return getArgOperandWithAttribute(Attribute::Returned);
1845 Value *getArgOperandWithAttribute(Attribute::AttrKind Kind) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp339 Value *CallBase::getArgOperandWithAttribute(Attribute::AttrKind Kind) const { in getArgOperandWithAttribute() function in CallBase