Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InputSize

1840         uint64_t InputSize = getContext().getTypeSize(InputTy);
1841 if (getContext().getTypeSize(OutputType) < InputSize) {