Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp286 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 DAttributorAttributes.cpp6065 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 DAttributor.h210 Value *getWithType(Value &V, Type &Ty);
4489 AA::getWithType(*ConstantInt::get(Ty->getContext(), *C), *Ty));
4740 return cast_or_null<Constant>(AA::getWithType(