Home
last modified time | relevance | path

Searched defs:FloatType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DIncorrectRoundingsCheck.cpp38 auto FloatType = expr(hasType(realFloatingPointType())); in registerMatchers() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp16 mlir::Type FloatType = mlir::Float32Type::get(&Context); variable
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h42 class FloatType; variable
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h29 class FloatType; variable
H A DBuilders.h24 class FloatType; variable
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go571 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func
577 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func