Lines Matching full:insertvalue
2463 if (ParseToken(lltok::lparen, "expected '(' in insertvalue constantexpr")||
2465 ParseToken(lltok::comma, "expected comma in insertvalue constantexpr")||
2468 ParseToken(lltok::rparen, "expected ')' in insertvalue constantexpr"))
2471 return Error(ID.Loc, "insertvalue operand must be aggregate type");
2473 return Error(ID.Loc, "invalid indices for insertvalue");
4335 /// ::= 'insertvalue' TypeAndValue ',' TypeAndValue (',' uint32)+
4341 ParseToken(lltok::comma, "expected comma after insertvalue operand") ||
4347 return Error(Loc0, "insertvalue operand must be aggregate type");
4350 return Error(Loc0, "invalid indices for insertvalue");