Searched refs:LLVMFP128TypeInContext (Results 1 – 5 of 5) sorted by relevance
84 return LLVMFP128TypeInContext(Ctx); in Clone()
1208 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C);
633 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C) { in LLVMFP128TypeInContext() function662 return LLVMFP128TypeInContext(LLVMGetGlobalContext()); in LLVMFP128Type()
467 return LLVMFP128TypeInContext(Context); in llvm_fp128_type()
574 func (c Context) FP128Type() (t Type) { t.C = C.LLVMFP128TypeInContext(c.C); return }