Home | History | Annotate | Download | only in Lex

Lines Matching refs:getIntWidth

1062   assert(PP.getTargetInfo().getIntWidth() <= 64 &&
1063 (PP.getTargetInfo().getIntWidth() & 7) == 0 &&
1169 llvm::APInt LitVal(PP.getTargetInfo().getIntWidth(), 0);