Searched refs:ToV (Results 1 – 1 of 1) sorted by relevance
3027 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument3028 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()3029 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()