Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:RealVal

4436     APFloat RealVal(APFloat::IEEEsingle, Tok.getString());
4437 uint64_t IntVal = RealVal.bitcastToAPInt().getZExtValue();
4455 double RealVal = ARM_AM::getFPImmFloat(Val);
4456 Val = APFloat(APFloat::IEEEdouble, RealVal).bitcastToAPInt().getZExtValue();