Home | History | Annotate | Download | only in Sema

Lines Matching refs:getIntWidth

896   } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) {
1260 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars());
2466 unsigned IntSize = Context.getTargetInfo().getIntWidth();
2601 unsigned CharBits = Context.getIntWidth(Context.CharTy);
2670 unsigned IntSize = Context.getTargetInfo().getIntWidth();
9231 if (pw == Context.getTargetInfo().getIntWidth())