Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp326 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getReallocatedOperand()
347 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()
559 return CB->getArgOperandWithAttribute(Attribute::AllocatedPointer); in getFreedOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1896 return getArgOperandWithAttribute(Attribute::Returned);
1901 LLVM_ABI Value *getArgOperandWithAttribute(Attribute::AttrKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp903 return CB && CB->getArgOperandWithAttribute(Attribute::Initializes); in hasInitializesAttr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp405 Value *CallBase::getArgOperandWithAttribute(Attribute::AttrKind Kind) const { in getArgOperandWithAttribute() function in CallBase