HomeSort by: relevance | last modified time | path
    Searched refs:GetOptimalInsertionPointForCastOf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 419 BasicBlock::iterator GetOptimalInsertionPointForCastOf(Value *V) const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 121 SCEVExpander::GetOptimalInsertionPointForCastOf(Value *V) const {
207 return ReuseOrCreateCast(V, Ty, Op, GetOptimalInsertionPointForCastOf(V));
1697 GetOptimalInsertionPointForCastOf(V));

Completed in 16 milliseconds