Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h419 BasicBlock::iterator GetOptimalInsertionPointForCastOf(Value *V) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp121 SCEVExpander::GetOptimalInsertionPointForCastOf(Value *V) const { in GetOptimalInsertionPointForCastOf() function in SCEVExpander
207 return ReuseOrCreateCast(V, Ty, Op, GetOptimalInsertionPointForCastOf(V)); in InsertNoopCastOfTo()
1697 GetOptimalInsertionPointForCastOf(V)); in visitPtrToIntExpr()