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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 135 if(LLVMGetVectorSize(vec_type) != type.length)
265 unsigned len = LLVMGetVectorSize(t);
343 unsigned len = LLVMGetVectorSize(t);
lp_bld_printf.c 95 length = LLVMGetVectorSize(type_ref);
lp_bld_intr.c 232 unsigned n = LLVMGetVectorSize(ret_type);
lp_bld_swizzle.c 59 const unsigned length = LLVMGetVectorSize(vec_type);
  /external/llvm/include/llvm-c/
Core.h 1005 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 434 return Val_int(LLVMGetVectorSize(VectorTy));
    [all...]
  /external/llvm/lib/IR/
Core.cpp 512 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) {
    [all...]

Completed in 51 milliseconds