Searched defs:SetOperand (Results 1 – 5 of 5) sorted by relevance
259 V8_INLINE void SetOperand(int operand_index, uint32_t operand) { in SetOperand() function
510 inline void Instruction::SetOperand(uint32_t index, in SetOperand() function
730 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) } func
763 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) } func