Searched refs:isConstant (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1839 bool isConstant = Record[1]; local
1861 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, 0, "", 0,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2112 bool isConstant = Record[1]; local
2134 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, 0, "", 0,
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp510 Vals.push_back(GV->isConstant());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp464 Vals.push_back(GV->isConstant());
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp481 Vals.push_back(GV->isConstant());

Completed in 138 milliseconds