HomeSort by: relevance | last modified time | path
    Searched defs:set_operand (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
core.py 189 def set_operand(self, i, v): member in class:Value
372 def set_operand(self, i, v): member in class:BasicBlock
  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 665 set_operand (char *operand, ins * crx_ins) function
855 set_operand (operand, crx_ins);
tc-cr16.c 1143 set_operand (char *operand, ins * cr16_ins) function
1370 set_operand (operand, cr16_ins);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 665 set_operand (char *operand, ins * crx_ins) function
855 set_operand (operand, crx_ins);
tc-cr16.c 1146 set_operand (char *operand, ins * cr16_ins) function
1373 set_operand (operand, cr16_ins);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 844 (** [set_operand v i o] sets the operand of the value [v] at the index [i] to
847 val set_operand : llvalue -> int -> llvalue -> unit var

Completed in 27 milliseconds