Searched defs:FloatType (Results 1 – 5 of 5) sorted by relevance
32 public class FloatType extends VerificationType class
18 FloatType = float variable
542 struct FloatType { struct563 return Decode(v, FloatType<T>()); in Decode() argument
381 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