Lines Matching defs:word
935 // 32-bits, the literal's value appears in the low-order bits of the word,
942 uint32_t word = 0;
944 word = static_cast<int32_t>(value.getSExtValue());
946 word = static_cast<uint32_t>(value.getZExtValue());
948 encodeInstructionInto(typesGlobalValues, opcode, {typeID, resultID, word});
951 // word, the literal’s low-order words appear first."
1005 uint32_t word = llvm::bit_cast<uint32_t>(value.convertToFloat());
1006 encodeInstructionInto(typesGlobalValues, opcode, {typeID, resultID, word});
1015 uint32_t word =
1017 encodeInstructionInto(typesGlobalValues, opcode, {typeID, resultID, word});