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

  /external/llvm/include/llvm-c/
Core.h 935 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 359 return LLVMVectorType(ElementTy, Int_val(Count));
    [all...]
  /external/llvm/lib/IR/
Core.cpp 391 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) {
    [all...]

Completed in 23 milliseconds