Searched defs:signedness (Results 1 – 16 of 16) sorted by relevance
85 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
99 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
82 const bool signedness = operand.number_kind == SPV_NUMBER_SIGNED_INT; in LiteralsPass() local
100 const auto signedness = inst->GetOperandAs<uint32_t>(signedness_index); in ValidateTypeInt() local
195 std::string signedness; in ParseInstruction() local
35 void MaybeSetSignedness(DeltaSignedness signedness) { in MaybeSetSignedness()
829 void SetFixedLengthEncoderDeltaSignednessForTesting(bool signedness) { in SetFixedLengthEncoderDeltaSignednessForTesting()
2437 enum signedness enum
1373 const bool signedness = w[3]; in vtn_handle_type() local
2393 const bool signedness = (m_inputType == TYPE_I16); in finalizeFullOperation() local
280 void WriteTypeInt(Blob *blob, IdResult idResult, LiteralInteger width, LiteralInteger signedness) in WriteTypeInt()
271 LiteralInteger *signedness) in ParseTypeInt()