Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp351 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getReallocatedOperand()
372 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()
590 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getFreedOperand()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h1830 return getArgOperandWithAttribute(Attribute::Returned);
1835 Value *getArgOperandWithAttribute(Attribute::AttrKind Kind) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp328 Value *CallBase::getArgOperandWithAttribute(Attribute::AttrKind Kind) const { in getArgOperandWithAttribute() function in CallBase