Searched refs:getArgOperandWithAttribute (Results 1 – 3 of 3) sorted by relevance
351 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getReallocatedOperand()372 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()590 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getFreedOperand()
1830 return getArgOperandWithAttribute(Attribute::Returned);1835 Value *getArgOperandWithAttribute(Attribute::AttrKind Kind) const;
328 Value *CallBase::getArgOperandWithAttribute(Attribute::AttrKind Kind) const { in getArgOperandWithAttribute() function in CallBase