Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeSize

1832         uint64_t InputSize = getContext().getTypeSize(InputTy);
1833 if (getContext().getTypeSize(OutputType) < InputSize) {
1924 if (getContext().getTypeSize(OutputType) >
1925 getContext().getTypeSize(InputTy)) {