Searched refs:getWithType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 234 return dyn_cast_or_null<Constant>(getWithType(*GV->getInitializer(), Ty)); in getInitialValueForObj() 273 Value *AA::getWithType(Value &V, Type &Ty) { in getWithType() function in AA 305 return Ty ? getWithType(**B, *Ty) : nullptr; in combineOptionalValuesInAAValueLatice() 311 return getWithType(**B, *Ty); in combineOptionalValuesInAAValueLatice() 314 if (*A && *B && *A == getWithType(**B, *Ty)) in combineOptionalValuesInAAValueLatice()
|
| H A D | AttributorAttributes.cpp | 5360 if (auto *TypedV = AA::getWithType(V, Ty)) in ensureType() 9846 if (auto *CC = AA::getWithType(**C, Ty)) in askOtherAA() 10312 NewV = AA::getWithType(*V->stripPointerCasts(), *V->getType()); in genericValueTraversal()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 198 Value *getWithType(Value &V, Type &Ty); 4320 AA::getWithType(*ConstantInt::get(Ty->getContext(), *C), *Ty)); 4571 return cast_or_null<Constant>(AA::getWithType(
|