Searched defs:FloatType (Results 1 – 8 of 8) sorted by relevance
39 public interface FloatType extends PrimitiveType { interface
32 public class FloatType extends VerificationType class
18 FloatType = float variable
542 struct FloatType { struct563 return Decode(v, FloatType<T>()); in Decode() argument
380 PrimitiveType FloatType() const { return use_bfloat16_ ? BF16 : F32; } in FloatType() function
506 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func512 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func
533 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func539 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func
50 enum FloatType enum