HomeSort by relevance Sort by last modified time
    Searched refs:LLVMFloatTypeKind (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 62 if (LLVMGetTypeKind(type) == LLVMFloatTypeKind)
103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) {
lp_bld_type.c 96 if(elem_kind != LLVMFloatTypeKind)
258 case LLVMFloatTypeKind:
292 case LLVMFloatTypeKind:
293 return "LLVMFloatTypeKind";
  /external/llvm/include/llvm-c/
Core.h 186 LLVMFloatTypeKind, /**< 32 bit floating point type */
    [all...]
  /external/llvm/lib/IR/
Core.cpp 238 return LLVMFloatTypeKind;
    [all...]

Completed in 218 milliseconds