Searched refs:LLVMFloatTypeInContext (Results 1 – 4 of 4) sorted by relevance
842 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
345 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function368 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
289 return LLVMFloatTypeInContext(Context); in llvm_float_type()
504 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return }