HomeSort by relevance Sort by last modified time
    Searched defs:set_operand (Results 1 - 3 of 3) sorted by null

  /external/llvm/bindings/python/llvm/
core.py 187 def set_operand(self, i, v): member in class:Value
364 def set_operand(self, i, v): member in class:BasicBlock
  /external/chromium_org/tools/gn/
parse_tree.h 432 void set_operand(scoped_ptr<ParseNode> operand) { function in class:UnaryOpNode
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 723 (** [set_operand v i o] sets the operand of the value [v] at the index [i] to
726 val set_operand : llvalue -> int -> llvalue -> unit var
    [all...]

Completed in 1080 milliseconds