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

/external/llvm/lib/VMCore/
H A DConstants.cpp2625 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, argument
2627 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!");
2628 Constant *To = cast<Constant>(ToV);

Completed in 319 milliseconds