Home
last modified time | relevance | path

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

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