Home | History | Annotate | Download | only in Core

Lines Matching refs:getTypeSize

76     unsigned castSize = Context.getTypeSize(castTy);
111 i = i.extOrTrunc(Context.getTypeSize(castTy));
136 unsigned BitWidth = Context.getTypeSize(castTy);
319 i = i.extOrTrunc(Context.getTypeSize(Context.VoidPtrTy));
880 if (ctx.getTypeSize(ctx.VoidPtrTy) == x->getBitWidth()) {