Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp213 return dyn_cast_or_null<Constant>(getWithType(*GV->getInitializer(), Ty)); in getInitialValueForObj()
242 Value *AA::getWithType(Value &V, Type &Ty) { in getWithType() function in AA
274 return Ty ? getWithType(**B, *Ty) : nullptr; in combineOptionalValuesInAAValueLatice()
280 return getWithType(**B, *Ty); in combineOptionalValuesInAAValueLatice()
283 if (*A && *B && *A == getWithType(**B, *Ty)) in combineOptionalValuesInAAValueLatice()
792 AA::getWithType(*CI, *IRP.getAssociatedType())); in getAssumedConstant()
823 AA::getWithType(**SimplifiedV, *IRP.getAssociatedType())) { in getAssumedSimplified()
H A DAttributorAttributes.cpp5146 NewV = AA::getWithType(*NewV, *getAssociatedType()); in getReplacementValue()
5273 AA::getWithType(*Content, *AA.getAssociatedType()); in handleLoad()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h160 Value *getWithType(Value &V, Type &Ty);