Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp338 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getReallocatedOperand()
359 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()
572 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getFreedOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1956 return getArgOperandWithAttribute(Attribute::Returned);
1961 Value *getArgOperandWithAttribute(Attribute::AttrKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp393 Value *CallBase::getArgOperandWithAttribute(Attribute::AttrKind Kind) const { in getArgOperandWithAttribute() function in CallBase