Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ReuseOrCreateCast

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