Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp317 Value *AA::getWithType(Value &V, Type &Ty) { in getWithType() function in AA
350 return Ty ? getWithType(**B, *Ty) : nullptr; in combineOptionalValuesInAAValueLatice()
356 return getWithType(**B, *Ty); in combineOptionalValuesInAAValueLatice()
359 if (*A && *B && *A == getWithType(**B, *Ty)) in combineOptionalValuesInAAValueLatice()
432 Value *AdjV = AA::getWithType(V, *I.getType()); in getPotentialCopiesOfMemoryValue()
H A DAttributorAttributes.cpp4726 if (auto *CI = dyn_cast_if_present<ConstantInt>(AA::getWithType(*V, Ty))) { in identifyAliveSuccessors()
6142 if (auto *TypedV = AA::getWithType(V, Ty)) in ensureType()
10793 if (auto *CC = AA::getWithType(**C, Ty)) in askOtherAA()
11034 auto *TypedLHS = AA::getWithType(LHSV, *LHS->getType()); in handleCmp()
11035 auto *TypedRHS = AA::getWithType(RHSV, *RHS->getType()); in handleCmp()
11343 NewV = AA::getWithType(*V->stripPointerCasts(), *V->getType()); in genericValueTraversal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h221 Value *getWithType(Value &V, Type &Ty);
4920 AA::getWithType(*ConstantInt::get(Ty->getContext(), *C), *Ty));
5267 return cast_or_null<Constant>(AA::getWithType(