Home
last modified time | relevance | path

Searched refs:LLVMDoubleTypeKind (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c100 if(elem_kind != LLVMDoubleTypeKind) in lp_check_elem_type()
260 case LLVMDoubleTypeKind: in lp_sizeof_llvm_type()
294 case LLVMDoubleTypeKind: in lp_typekind_name()
Dlp_bld_printf.c103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c100 if(elem_kind != LLVMDoubleTypeKind) in lp_check_elem_type()
260 case LLVMDoubleTypeKind: in lp_sizeof_llvm_type()
294 case LLVMDoubleTypeKind: in lp_typekind_name()
Dlp_bld_printf.c103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value()
/external/llvm/include/llvm-c/
DCore.h257 LLVMDoubleTypeKind, /**< 64 bit floating point type */ enumerator
/external/llvm/lib/IR/
DCore.cpp238 return LLVMDoubleTypeKind; in LLVMGetTypeKind()