Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ModifierLoc

3049     LocTy ModifierLoc = Lex.getLoc();
3074 return Error(ModifierLoc, "nuw only applies to integer operations");
3076 return Error(ModifierLoc, "nsw only applies to integer operations");