Searched refs:IsReal (Results 1 – 2 of 2) sorted by relevance
2740 bool IsReal = Tok.is(AsmToken::Real); in parseImm() local2744 if (!IsReal && Tok.is(AsmToken::Minus) && NextTok.is(AsmToken::Real)) { in parseImm()2746 IsReal = true; in parseImm()2750 if (IsReal) { in parseImm()
4551 bool IsReal) { in CheckRealImagOperand() argument4575 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand()4580 << (IsReal ? "__real" : "__imag"); in CheckRealImagOperand()