Searched refs:UValue (Results 1 – 4 of 4) sorted by relevance
133 uint64_t UValue = Value; in tryAddingSymbolicOperand() local149 if ( SymAddr == UValue || in tryAddingSymbolicOperand()150 (SymAddr <= UValue && SymAddr + SymSize > UValue)) { in tryAddingSymbolicOperand()153 if (SymAddr != UValue) { in tryAddingSymbolicOperand()154 const MCExpr *Off = MCConstantExpr::Create(UValue - SymAddr, Ctx); in tryAddingSymbolicOperand()
215 unsigned long long UValue; in LexDigit() local216 if (Result.getAsInteger(Radix, UValue)) in LexDigit()219 Value = (long long)UValue; in LexDigit()
613 inline int UValue() const { return Bit(23); } in UValue() function703 inline bool HasU() const { return UValue() == 1; } in HasU()
609 inline int UValue() const { return Bit(23); } in UValue() function702 inline bool HasU() const { return UValue() == 1; } in HasU()