Searched defs:FloatType (Results 1 – 6 of 6) sorted by relevance
38 auto FloatType = expr(hasType(realFloatingPointType())); in registerMatchers() local
16 mlir::Type FloatType = mlir::Float32Type::get(&Context); variable
42 class FloatType; variable
29 class FloatType; variable
24 class FloatType; variable
571 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func577 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func