HomeSort by relevance Sort by last modified time
    Searched refs:as_int32 (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.ml 37 external as_int32: t -> int32
llvm_executionengine.mli 60 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32].
63 val as_int32 : t -> int32
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
executionengine.ml 52 assert ((Int32.of_int 4) = GenericValue.as_int32 i32gv);
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 169 auto as_int32 = local
171 auto shifted = ir_builder->CreateLShr(as_int32, 16);
180 auto as_int32 = ir_builder->CreateZExt(as_int16, ir_builder->getInt32Ty()); local
181 auto shifted = ir_builder->CreateShl(as_int32, 16);
    [all...]

Completed in 113 milliseconds