Searched refs:HasLiteral (Results 1 – 6 of 6) sorted by relevance
47 mutable bool HasLiteral; variable
248 HasLiteral = false; in tryDecodeInst()354 if (Res && (MaxInstBytesNum - Bytes.size()) == 12 && (!HasLiteral || in getInstruction()790 if (!HasLiteral) { in decodeLiteralConstant()795 HasLiteral = true; in decodeLiteralConstant()
2885 if (HasLiteral() != casted_other.HasLiteral()) { in IdenticalSlowPath()2888 if (HasLiteral() && literal() != casted_other.literal()) { in IdenticalSlowPath()2919 if (HasLiteral()) { in CloneWithNewOperandsImpl()
1109 bool HasLiteral() const { return literal_.has_value(); } in HasLiteral() function1877 bool HasLiteral() const { return literal_.has_value(); } in HasLiteral() function
887 if (elem_count.has_value() && *elem_count <= 8 && constant->HasLiteral()) { in GetInstructionNodeInlinedOperands()
960 if (!Cast<HloConstantInstruction>(constant)->HasLiteral()) { in HandleConstant()