Searched refs:ToV (Results 1 – 3 of 3) sorted by relevance
2079 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, in replaceUsesOfWithOnConstant() argument2081 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in replaceUsesOfWithOnConstant()2082 Constant *To = cast<Constant>(ToV); in replaceUsesOfWithOnConstant()
2895 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument2896 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()2897 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()
2823 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument2824 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()2825 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()