Searched refs:IsReal (Results 1 – 2 of 2) sorted by relevance
3272 bool IsReal = Tok.is(AsmToken::Real); in parseImm() local3276 if (!IsReal && Tok.is(AsmToken::Minus) && NextTok.is(AsmToken::Real)) { in parseImm()3278 IsReal = true; in parseImm()3286 if (IsReal) { in parseImm()
4787 bool IsReal) { in CheckRealImagOperand() argument4811 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand()4816 << (IsReal ? "__real" : "__imag"); in CheckRealImagOperand()