Home | History | Annotate | Download | only in Lex

Lines Matching refs:getIntWidth

1054   assert(PP.getTargetInfo().getIntWidth() <= 64 &&
1055 (PP.getTargetInfo().getIntWidth() & 7) == 0 &&
1163 llvm::APInt LitVal(PP.getTargetInfo().getIntWidth(), 0);