Home | History | Annotate | Download | only in AsmParser

Lines Matching full:newloc

4112   Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc;
4125 ParseTypeAndValue(New, NewLoc, PFS) ||
4136 return Error(NewLoc, "new value and pointer type do not match");
4138 return Error(NewLoc, "cmpxchg operand must be an integer");
4141 return Error(NewLoc, "cmpxchg operand must be power-of-two byte-sized"