Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ExpectedTy

3227     Type *ExpectedTy = 0;
3229 ExpectedTy = *I++;
3234 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType())
3236 getTypeString(ExpectedTy) + "'");
3623 Type *ExpectedTy = 0;
3625 ExpectedTy = *I++;
3630 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType())
3632 getTypeString(ExpectedTy) + "'");