Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp3004 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV, Use *U) { in handleOperandChangeImpl() argument
3005 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()
3006 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()