Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp2947 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument
2948 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()
2949 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()