Searched refs:IsReal (Results 1 – 2 of 2) sorted by relevance
2935 bool IsReal = Tok.is(AsmToken::Real); in parseImm() local2939 if (!IsReal && Tok.is(AsmToken::Minus) && NextTok.is(AsmToken::Real)) { in parseImm()2941 IsReal = true; in parseImm()2945 if (IsReal) { in parseImm()
4709 bool IsReal) { in CheckRealImagOperand() argument4733 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand()4738 << (IsReal ? "__real" : "__imag"); in CheckRealImagOperand()