Searched refs:getArgOperandWithAttribute (Results 1 – 3 of 3) sorted by relevance
338 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getReallocatedOperand()359 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()572 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getFreedOperand()
1956 return getArgOperandWithAttribute(Attribute::Returned);1961 Value *getArgOperandWithAttribute(Attribute::AttrKind Kind) const;
393 Value *CallBase::getArgOperandWithAttribute(Attribute::AttrKind Kind) const { in getArgOperandWithAttribute() function in CallBase