Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeSize

1516         uint64_t InputSize = getContext().getTypeSize(InputTy);
1517 if (getContext().getTypeSize(OutputType) < InputSize) {
1587 if (getContext().getTypeSize(OutputType) >
1588 getContext().getTypeSize(InputTy)) {