Searched refs:LLVMFloatTypeInContext (Results 1 – 5 of 5) sorted by relevance
78 return LLVMFloatTypeInContext(Ctx); in Clone()
1192 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
624 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function653 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
452 return LLVMFloatTypeInContext(Context); in llvm_float_type()
571 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return }