Searched defs:SetOperand (Results 1 – 5 of 5) sorted by relevance
694 inline void Instruction::SetOperand(uint32_t index, in SetOperand() function
260 void CVm::SetOperand(bool byteMode, const COperand *op, UInt32 val) in SetOperand() function in NCompress::NRar3::NVm::CVm
730 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) } func