Searched refs:getWithType (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 286 Value *AA::getWithType(Value &V, Type &Ty) { in getWithType() function in AA 319 return Ty ? getWithType(**B, *Ty) : nullptr; in combineOptionalValuesInAAValueLatice() 325 return getWithType(**B, *Ty); in combineOptionalValuesInAAValueLatice() 328 if (*A && *B && *A == getWithType(**B, *Ty)) in combineOptionalValuesInAAValueLatice() 401 Value *AdjV = AA::getWithType(V, *I.getType()); in getPotentialCopiesOfMemoryValue()
|
| H A D | AttributorAttributes.cpp | 6065 if (auto *TypedV = AA::getWithType(V, Ty)) in ensureType() 10466 if (auto *CC = AA::getWithType(**C, Ty)) in askOtherAA() 10952 NewV = AA::getWithType(*V->stripPointerCasts(), *V->getType()); in genericValueTraversal()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 210 Value *getWithType(Value &V, Type &Ty); 4489 AA::getWithType(*ConstantInt::get(Ty->getContext(), *C), *Ty)); 4740 return cast_or_null<Constant>(AA::getWithType(
|