Home
last modified time | relevance | path

Searched defs:FPLiteral (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1973 static bool canLosslesslyConvertToFPType(APFloat &FPLiteral, MVT VT) { in canLosslesslyConvertToFPType()
2033 APFloat FPLiteral(APFloat::IEEEdouble(), APInt(64, Imm.Val)); in isInlinableImm() local
2140 APFloat FPLiteral(APFloat::IEEEdouble(), APInt(64, Imm.Val)); in isLiteralImm() local
2320 APFloat FPLiteral(APFloat::IEEEdouble(), Literal); in addLiteralImmOperand() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9181 FloatingLiteral *FPLiteral; in CheckFloatComparison() local