Home
last modified time | relevance | path

Searched refs:getAssociatedType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp787 return UndefValue::get(IRP.getAssociatedType()); in getAssumedConstant()
792 AA::getWithType(*CI, *IRP.getAssociatedType())); in getAssumedConstant()
823 AA::getWithType(**SimplifiedV, *IRP.getAssociatedType())) { in getAssumedSimplified()
H A DAttributorAttributes.cpp2922 assert(getAssociatedType()->isPointerTy() && in AANoAliasImpl()
5143 : UndefValue::get(getAssociatedType()); in getReplacementValue()
5146 NewV = AA::getWithType(*NewV, *getAssociatedType()); in getReplacementValue()
5273 AA::getWithType(*Content, *AA.getAssociatedType()); in handleLoad()
5704 SimplifiedAssociatedValue, CSRetVal, getAssociatedType()); in updateImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h490 Type *getAssociatedType() const { in getAssociatedType() function
3589 : Base(IRP, IRP.getAssociatedType()) {}
3933 : Base(IRP, IRP.getAssociatedType()->getIntegerBitWidth()) {}