Searched refs:IsReal (Results 1 – 2 of 2) sorted by relevance
3146 bool IsReal = Tok.is(AsmToken::Real); in parseImm() local3150 if (!IsReal && Tok.is(AsmToken::Minus) && NextTok.is(AsmToken::Real)) { in parseImm()3152 IsReal = true; in parseImm()3159 if (IsReal) { in parseImm()
4691 bool IsReal) { in CheckRealImagOperand() argument4715 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand()4720 << (IsReal ? "__real" : "__imag"); in CheckRealImagOperand()