Home
last modified time | relevance | path

Searched defs:as_int32 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli63 val as_int32 : t -> int32 val
/external/perfetto/include/perfetto/protozero/
Dfield.h77 inline int32_t as_int32() const { in as_int32() function
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc178 auto as_int32 = b->CreateBitCast(reduced_precision, b->getInt32Ty()); in EmitF32ToBF16() local
186 auto as_int32 = b->CreateZExt(as_int16, b->getInt32Ty()); in EmitBF16ToF32() local