Searched refs:IsReal (Results 1 – 3 of 3) sorted by relevance
35 constexpr bool IsReal() const { in IsReal() function
2912 bool IsReal = Tok.is(AsmToken::Real); in parseImm() local2916 if (!IsReal && Tok.is(AsmToken::Minus) && NextTok.is(AsmToken::Real)) { in parseImm()2918 IsReal = true; in parseImm()2922 if (IsReal) { in parseImm()
4704 bool IsReal) { in CheckRealImagOperand() argument4728 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand()4733 << (IsReal ? "__real" : "__imag"); in CheckRealImagOperand()