Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ReuseOrCreateCast

30 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP,
34 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
137 return ReuseOrCreateCast(A, Ty, Op, IP);
147 return ReuseOrCreateCast(I, Ty, Op, IP);