Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ResType

3022   Type *ResType = PFS.getFunction().getReturnType();
3025 if (!ResType->isVoidTy())
3027 getTypeString(ResType) + "'");
3036 if (ResType != RV->getType())
3038 getTypeString(ResType) + "'");