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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 100 if(elem_kind != LLVMDoubleTypeKind)
260 case LLVMDoubleTypeKind:
294 case LLVMDoubleTypeKind:
295 return "LLVMDoubleTypeKind";
lp_bld_printf.c 103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) {
  /external/llvm/include/llvm-c/
Core.h 259 LLVMDoubleTypeKind, /**< 64 bit floating point type */
    [all...]
  /external/llvm/lib/IR/
Core.cpp 240 return LLVMDoubleTypeKind;
    [all...]

Completed in 55 milliseconds