Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DTypeSystem.h293 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc63 } else if (auto integer_type = type.dyn_cast<mlir::IntegerType>()) { in TypeToPrimitiveType() local
/external/rust/crates/bindgen/src/codegen/
Dhelpers.rs106 pub fn integer_type( in integer_type() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc146 llvm::Type* integer_type = IntegerTypeForFloatSize(is_vector); in I1ToFloat() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconst_folding_rules.cpp374 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
405 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp374 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
405 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp374 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local
405 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local
/external/llvm-project/lldb/source/API/
DSBType.cpp442 const llvm::APSInt &value) -> bool { in GetEnumMembers()
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp518 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1492 llvm::IntegerType* integer_type = in SaturateShiftIfNecessary() local
1520 auto* integer_type = llvm::cast<llvm::IntegerType>(type); in GetIntSMin() local
1526 auto* integer_type = llvm::cast<llvm::IntegerType>(type); in GetMinusOne() local
/external/libabigail/src/
Dabg-comp-filter.cc1305 const type_base *integer_type = 0; in has_harmless_enum_to_int_change() local
/external/igt-gpu-tools/assembler/
Dbrw_eu_emit.c482 unsigned integer_type, in brw_set_math_message()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5385 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
5393 CompilerType integer_type = GetType(enum_decl->getIntegerType()); in ForEachEnumerator() local
8119 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition() local
/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c472 unsigned integer_type, in brw_set_math_message()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli545 val integer_type : llcontext -> int -> lltype val
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli576 val integer_type : llcontext -> int -> lltype val