Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h422 BasicBlock::iterator GetOptimalInsertionPointForCastOf(Value *V) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp125 SCEVExpander::GetOptimalInsertionPointForCastOf(Value *V) const { in GetOptimalInsertionPointForCastOf() function in SCEVExpander
211 return ReuseOrCreateCast(V, Ty, Op, GetOptimalInsertionPointForCastOf(V)); in InsertNoopCastOfTo()
1648 GetOptimalInsertionPointForCastOf(V)); in visitPtrToIntExpr()