Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h429 BasicBlock::iterator GetOptimalInsertionPointForCastOf(Value *V) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp126 SCEVExpander::GetOptimalInsertionPointForCastOf(Value *V) const { in GetOptimalInsertionPointForCastOf() function in SCEVExpander
212 return ReuseOrCreateCast(V, Ty, Op, GetOptimalInsertionPointForCastOf(V)); in InsertNoopCastOfTo()
1675 GetOptimalInsertionPointForCastOf(V)); in visitPtrToIntExpr()