Home
last modified time | relevance | path

Searched refs:fpType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp36 cir::FPTypeInterface fpType);
172 cir::FPTypeInterface fpType) { in parseFloatLiteral() argument
175 if (parser.parseFloat(fpType.getFloatSemantics(), parsedValue)) in parseFloatLiteral()
189 cir::FPTypeInterface fpType, APFloat value) { in verify() argument
190 if (APFloat::SemanticsToEnum(fpType.getFloatSemantics()) != in verify()