Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:IsConstant

417 bool LLParser::ParseGlobalType(bool &IsConstant) {
419 IsConstant = true;
421 IsConstant = false;
423 IsConstant = false;
790 bool IsConstant, IsExternallyInitialized;
799 ParseGlobalType(IsConstant) ||
854 GV->setConstant(IsConstant);