Home
last modified time | relevance | path

Searched refs:LLVMFloatTypeKind (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c96 if(elem_kind != LLVMFloatTypeKind) in lp_check_elem_type()
258 case LLVMFloatTypeKind: in lp_sizeof_llvm_type()
292 case LLVMFloatTypeKind: in lp_typekind_name()
Dlp_bld_printf.c62 if (LLVMGetTypeKind(type) == LLVMFloatTypeKind) in lp_build_print_args()
103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value()
/external/llvm/tools/llvm-c-test/
Decho.cpp75 case LLVMFloatTypeKind: in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h206 LLVMFloatTypeKind, /**< 32 bit floating point type */ enumerator
/external/llvm/include/llvm-c/
DCore.h188 LLVMFloatTypeKind, /**< 32 bit floating point type */ enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp140 return LLVMFloatTypeKind; in LLVMGetTypeKind()
/external/llvm/lib/IR/
DCore.cpp318 return LLVMFloatTypeKind; in LLVMGetTypeKind()
/external/llvm/bindings/go/llvm/
Dir.go243 FloatTypeKind TypeKind = C.LLVMFloatTypeKind