Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:IsConstant

376 bool LLParser::ParseGlobalType(bool &IsConstant) {
378 IsConstant = true;
380 IsConstant = false;
382 IsConstant = false;
731 bool IsConstant, IsExternallyInitialized;
740 ParseGlobalType(IsConstant) ||
796 GV->setConstant(IsConstant);