Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ModifierLoc

3325     LocTy ModifierLoc = Lex.getLoc();
3350 return Error(ModifierLoc, "nuw only applies to integer operations");
3352 return Error(ModifierLoc, "nsw only applies to integer operations");