Home | History | Annotate | Download | only in Sema

Lines Matching refs:InSize

2337     uint64_t InSize = Context.getTypeSize(InTy);
2338 if (OutSize == InSize && InputDomain == OutputDomain &&
2353 SmallerValueMentioned |= InSize < OutSize;
2358 SmallerValueMentioned |= OutSize < InSize;