Home
last modified time | relevance | path

Searched defs:integer_type (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp355 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
386 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp355 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
386 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc139 llvm::Type* integer_type = IntegerTypeForFloatSize(is_vector); in I1ToFloat() local
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1174 llvm::IntegerType* integer_type = in SaturateShiftIfNecessary() local
1202 auto* integer_type = llvm::cast<llvm::IntegerType>(type); in GetIntSMin() local
1208 auto* integer_type = llvm::cast<llvm::IntegerType>(type); in GetMinusOne() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli412 val integer_type : llcontext -> int -> lltype val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli566 val integer_type : llcontext -> int -> lltype val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli545 val integer_type : llcontext -> int -> lltype val
/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c407 unsigned integer_type, in brw_set_math_message()