Searched refs:getArgOperandWithAttribute (Results 1 – 4 of 4) sorted by relevance
326 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getReallocatedOperand()347 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()559 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getFreedOperand()
1896 return getArgOperandWithAttribute(Attribute::Returned);1901 LLVM_ABI Value *getArgOperandWithAttribute(Attribute::AttrKind Kind) const;
903 return CB && CB->getArgOperandWithAttribute(Attribute::Initializes); in hasInitializesAttr()
405 Value *CallBase::getArgOperandWithAttribute(Attribute::AttrKind Kind) const { in getArgOperandWithAttribute() function in CallBase