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.cpp318 Value *AA::getWithType(Value &V, Type &Ty) { in getWithType() function in AA
351 return Ty ? getWithType(**B, *Ty) : nullptr; in combineOptionalValuesInAAValueLatice()
357 return getWithType(**B, *Ty); in combineOptionalValuesInAAValueLatice()
360 if (*A && *B && *A == getWithType(**B, *Ty)) in combineOptionalValuesInAAValueLatice()
433 Value *AdjV = AA::getWithType(V, *I.getType()); in getPotentialCopiesOfMemoryValue()
H A DAttributorAttributes.cpp4760 if (auto *CI = dyn_cast_if_present<ConstantInt>(AA::getWithType(*V, Ty))) { in identifyAliveSuccessors()
6203 if (auto *TypedV = AA::getWithType(V, Ty)) in ensureType()
10873 if (auto *CC = AA::getWithType(**C, Ty)) in askOtherAA()
11112 auto *TypedLHS = AA::getWithType(LHSV, *LHS->getType()); in handleCmp()
11113 auto *TypedRHS = AA::getWithType(RHSV, *RHS->getType()); in handleCmp()
11421 NewV = AA::getWithType(*V->stripPointerCasts(), *V->getType()); in genericValueTraversal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h225 LLVM_ABI Value *getWithType(Value &V, Type &Ty);
4982 AA::getWithType(*ConstantInt::get(Ty->getContext(), *C), *Ty));
5329 return cast_or_null<Constant>(AA::getWithType(