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

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

Completed in 465 milliseconds