Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ReuseOrCreateCast

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