Searched refs:ToV (Results 1 – 1 of 1) sorted by relevance
2556 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, in replaceUsesOfWithOnConstant() argument2558 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in replaceUsesOfWithOnConstant()2559 Constant *To = cast<Constant>(ToV); in replaceUsesOfWithOnConstant()