Searched defs:takeName (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DValue.cpp231 /// takeName - transfer the name from V to this value, setting V's name to
232 /// empty. It is an error to call V->takeName(V).
233 void Value::takeName(Value *V) { function in class:Value

Completed in 96 milliseconds