Searched refs:getArgOperandWithAttribute (Results 1 – 3 of 3) sorted by relevance
326 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getReallocatedOperand()347 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()560 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getFreedOperand()
1840 return getArgOperandWithAttribute(Attribute::Returned);1845 Value *getArgOperandWithAttribute(Attribute::AttrKind Kind) const;
339 Value *CallBase::getArgOperandWithAttribute(Attribute::AttrKind Kind) const { in getArgOperandWithAttribute() function in CallBase