Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ParseValue

1951       if (ParseOptionalParamAttrs(ArgAttrs) || ParseValue(ArgTy, V, PFS))
2004 if (ParseType(Ty) || ParseValue(Ty, Input, PFS))
4101 if (ParseValue(Ty, V, PFS))
4298 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) {
4307 ParseValue(Ty, V, PFS);
4895 if (ParseValue(Ty, RV, PFS)) return true;
5161 if (ParseValue(ArgTy, V, PFS))
5179 if (ParseValue(Type::getTokenTy(Context), CleanupPad, PFS))
5208 if (ParseValue(Type::getTokenTy(Context), CatchPad, PFS))
5233 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS))
5282 if (ParseValue(Type::getTokenTy(Context), CatchSwitch, PFS))
5305 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS))
5330 ParseValue(LHS->getType(), RHS, PFS))
5358 ParseValue(LHS->getType(), RHS, PFS))
5381 ParseValue(LHS->getType(), RHS, PFS))
5525 ParseValue(Ty, Op0, PFS) ||
5527 ParseValue(Type::getLabelTy(Context), Op1, PFS) ||
5545 ParseValue(Ty, Op0, PFS) ||
5547 ParseValue(Type::getLabelTy(Context), Op1, PFS) ||