Home
last modified time | relevance | path

Searched refs:ToV (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp3404 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument
3405 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()
3406 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()