Searched defs:isNegative (Results 1 – 7 of 7) sorted by relevance
155 bool isNegative() const { return Val.isNegative(); } in isNegative() function269 bool isNegative() const { return Val.isNegative(); } in isNegative() function
125 bool isNegative() const { return Quantity < 0; } in isNegative() function
361 bool isNegative() const { return sign; } in isNegative() function
322 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
406 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member2440 bool isNegative, in CreateMem()4088 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseAM3Offset() local4319 bool isNegative = getParser().getTok().is(AsmToken::Minus); in parseMemory() local4359 bool isNegative = false; in parseMemory() local4501 bool isNegative = false; in parseFPImm() local4612 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
119 bool isNegative; in readExponent() local
620 unsigned isNegative = *p == '-'; in getBitsNeeded() local