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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_struct.c 54 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind);
72 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind);
lp_bld_type.c 308 case LLVMStructTypeKind:
309 return "LLVMStructTypeKind";
  /external/llvm/include/llvm-c/
Core.h 266 LLVMStructTypeKind, /**< Structures */
    [all...]
  /external/llvm/lib/IR/
Core.cpp 256 return LLVMStructTypeKind;
    [all...]

Completed in 35 milliseconds