Searched refs:RawWords (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp865 const uint64_t *RawWords = IV->getValue().getRawData(); local
867 int64_t V = RawWords[i];
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp863 const uint64_t *RawWords = IV->getValue().getRawData(); local
865 int64_t V = RawWords[i];
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp897 const uint64_t *RawWords = IV->getValue().getRawData(); local
899 emitSignedInt64(Record, RawWords[i]);

Completed in 75 milliseconds