Home
last modified time | relevance | path

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

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