Home
last modified time | relevance | path

Searched refs:getParamElementType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.h713 Type *getParamElementType(unsigned ArgNo) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp273 return Call->getAttributes().getParamElementType(0); in getBaseElementType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp1459 Type *AttributeList::getParamElementType(unsigned Index) const { in getParamElementType() function in AttributeList
DVerifier.cpp5298 Type *ElemTy = Call.getAttributes().getParamElementType(0); in visitIntrinsicCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3848 if (!CB->getAttributes().getParamElementType(0)) { in propagateAttributeTypes()