Searched refs:getValueAsType (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h71 Type *getValueAsType() const;
84 Profile(ID, getKindAsEnum(), getValueAsType());
H A DAttributes.cpp274 Type *Attribute::getValueAsType() const { function in class:Attribute
278 return pImpl->getValueAsType();
452 if (Type *Ty = getValueAsType()) {
467 getValueAsType()->print(OS, false, true);
596 Type *AttributeImpl::getValueAsType() const { function in class:AttributeImpl
927 return A->getValueAsType();
934 return I.getValueAsType();
1565 ByValType = Attr.getValueAsType();
1567 PreallocatedType = Attr.getValueAsType();
H A DAsmWriter.cpp4281 if (Type *Ty = Attr.getValueAsType()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp125 Type *TyL = LA.getValueAsType();
126 Type *TyR = RA.getValueAsType();
H A DValueMapper.cpp904 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h165 Type *getValueAsType() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp108 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp644 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp783 Type *Ty = Attr.getValueAsType();
787 Record.push_back(VE.getTypeID(Attr.getValueAsType()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2360 .getValueAsType();

Completed in 112 milliseconds