Searched refs:getUniqueCastUse (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h210 Value *getUniqueCastUse(Value *Ptr, Loop *Lp, Type *Ty);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp170 Value *llvm::getUniqueCastUse(Value *Ptr, Loop *Lp, Type *Ty) { function in class:llvm
254 Stride = getUniqueCastUse(Stride, Lp, StripedOffRecurrenceCast);

Completed in 79 milliseconds