Home
last modified time | relevance | path

Searched refs:GetOptimalInsertionPointForCastOf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h439 BasicBlock::iterator GetOptimalInsertionPointForCastOf(Value *V) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp165 SCEVExpander::GetOptimalInsertionPointForCastOf(Value *V) const { in GetOptimalInsertionPointForCastOf() function in SCEVExpander
245 return ReuseOrCreateCast(V, Ty, Op, GetOptimalInsertionPointForCastOf(V)); in InsertNoopCastOfTo()
1339 GetOptimalInsertionPointForCastOf(V)); in visitPtrToIntExpr()