Lines Matching refs:ParseValue
2115 if (ParseOptionalParamAttrs(ArgAttrs) || ParseValue(ArgTy, V, PFS)) in ParseParameterList()
2168 if (ParseType(Ty) || ParseValue(Ty, Input, PFS)) in ParseOptionalOperandBundles()
4323 if (ParseValue(Ty, V, PFS)) in ParseValueAsMetadata()
4520 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue() function in LLParser
4529 ParseValue(Ty, V, PFS); in ParseTypeAndValue()
5114 if (ParseValue(Ty, RV, PFS)) return true; in ParseRet()
5380 if (ParseValue(ArgTy, V, PFS)) in ParseExceptionArgs()
5398 if (ParseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in ParseCleanupRet()
5427 if (ParseValue(Type::getTokenTy(Context), CatchPad, PFS)) in ParseCatchRet()
5452 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCatchSwitch()
5501 if (ParseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in ParseCatchPad()
5524 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCleanupPad()
5549 ParseValue(LHS->getType(), RHS, PFS)) in ParseArithmetic()
5577 ParseValue(LHS->getType(), RHS, PFS)) in ParseLogical()
5600 ParseValue(LHS->getType(), RHS, PFS)) in ParseCompare()
5744 ParseValue(Ty, Op0, PFS) || in ParsePHI()
5746 ParseValue(Type::getLabelTy(Context), Op1, PFS) || in ParsePHI()
5764 ParseValue(Ty, Op0, PFS) || in ParsePHI()
5766 ParseValue(Type::getLabelTy(Context), Op1, PFS) || in ParsePHI()