Searched refs:isConstant (Results 1 - 8 of 8) sorted by relevance
/frameworks/compile/libbcc/lib/ |
H A D | RSGlobalInfoPass.cpp | 86 if (GV.isConstant()) { 137 if (mSkipConstants && GV.isConstant()) {
|
/frameworks/rs/rsov/compiler/ |
H A D | GlobalMergePass.cpp | 219 if (GV.isConstant()) {
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 2214 bool isConstant = Record[1]; local 2237 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, nullptr, "", nullptr,
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 2481 bool isConstant = Record[1]; local 2504 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, nullptr, "", nullptr,
|
/frameworks/compile/slang/BitWriter_2_9/ |
H A D | BitcodeWriter.cpp | 474 Vals.push_back(GV.isConstant());
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 472 Vals.push_back(GV.isConstant());
|
/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 485 Vals.push_back(GV.isConstant());
|
/frameworks/opt/setupwizard/tools/docs/ |
H A D | doclava.jar | META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ... |
Completed in 52 milliseconds