Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:RealVal

4399     APFloat RealVal(APFloat::IEEEsingle, Tok.getString());
4400 uint64_t IntVal = RealVal.bitcastToAPInt().getZExtValue();
4418 double RealVal = ARM_AM::getFPImmFloat(Val);
4419 Val = APFloat(APFloat::IEEEdouble, RealVal).bitcastToAPInt().getZExtValue();