Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeSize

1889         uint64_t InputSize = getContext().getTypeSize(InputTy);
1890 if (getContext().getTypeSize(OutputType) < InputSize) {
1981 if (getContext().getTypeSize(OutputType) >
1982 getContext().getTypeSize(InputTy)) {