Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTypeSize

2656       assert(Context.getTypeSize(Ty) == ResultVal.getBitWidth() &&
3733 if (Context.getTypeSize(DstTy) != Context.getTypeSize(SrcTy))
4222 if (Context.getTypeSize(VectorTy) != Context.getTypeSize(Ty))
4248 if (Context.getTypeSize(DestTy) != Context.getTypeSize(SrcTy)
5447 (Context.getTypeSize(LHSType) == Context.getTypeSize(RHSType))) {
5834 Context.getTypeSize(LHSType) == Context.getTypeSize(RHSType)) {
6364 S.Context.getTypeSize(LHS.get()->getType()));
6948 unsigned TypeSize = Context.getTypeSize(VTy->getElementType());
6949 if (TypeSize == Context.getTypeSize(Context.CharTy))
6951 else if (TypeSize == Context.getTypeSize(Context.ShortTy))
6953 else if (TypeSize == Context.getTypeSize(Context.IntTy))
6955 else if (TypeSize == Context.getTypeSize(Context.LongTy))
6957 assert(TypeSize == Context.getTypeSize(Context.LongLongTy) &&