Searched refs:HasLiteral (Results 1 – 3 of 3) sorted by relevance
102 mutable bool HasLiteral; variable137 HasLiteral = false; in tryDecodeInst()
1142 assert(HasLiteral && "Should have decoded a literal"); in convertFMAanyK()1248 if (HasLiteral) { in decodeMandatoryLiteralConstant()1255 HasLiteral = true; in decodeMandatoryLiteralConstant()1264 if (!HasLiteral) { in decodeLiteralConstant()1269 HasLiteral = true; in decodeLiteralConstant()
8715 bool HasLiteral = false; in getInstSizeInBytes() local8720 HasLiteral = true; in getInstSizeInBytes()8724 return HasLiteral ? DescSize + 4 : DescSize; in getInstSizeInBytes()