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

  /external/llvm/include/llvm-c/
Core.h 688 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 249 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) {
272 return LLVMFloatTypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 224 return LLVMFloatTypeInContext(Context);
    [all...]

Completed in 373 milliseconds