Home | History | Annotate | Download | only in VMCore

Lines Matching full:operand

84   assert(Op <= N->getNumOperands() && "Invalid operand number");
95 // Initialize the operand list, which is co-allocated on the end of the node.
158 // function-local operand, return the first such operand's parent function.
191 // Add all the operand pointers. Note that we don't have to add the
273 /// getOperand - Return specified operand.
279 // Add all the operand pointers. Note that we don't have to add the
293 // Replace value from this node's operand list.
318 // Update the operand.
395 /// getOperand - Return specified operand.
397 assert(i < getNumOperands() && "Invalid Operand number!");
401 /// addOperand - Add metadata Operand.