Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ExpectedTy

5305     Type *ExpectedTy = nullptr;
5307 ExpectedTy = *I++;
5312 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType())
5314 getTypeString(ExpectedTy) + "'");
5909 Type *ExpectedTy = nullptr;
5911 ExpectedTy = *I++;
5916 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType())
5918 getTypeString(ExpectedTy) + "'");