Searched refs:ReuseOrCreateCast (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h197 /// ReuseOrCreateCast - Arange for there to be a cast of V to Ty at IP,
201 Value *ReuseOrCreateCast(Value *V, Type *Ty,
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp30 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP,
34 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty, function in class:SCEVExpander
137 return ReuseOrCreateCast(A, Ty, Op, IP);
147 return ReuseOrCreateCast(I, Ty, Op, IP);

Completed in 1290 milliseconds