Lines Matching defs:ExpectedTy
3874 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) {
4081 if (ExpectedTy) {
4084 if (!ExpectedTy->isPointerTy())
4087 getTypeString(ExpectedTy) + "'");
4088 FwdDeclAS = ExpectedTy->getPointerAddressSpace();
7432 Type *ExpectedTy = nullptr;
7434 ExpectedTy = *I++;
7439 if (ExpectedTy && ExpectedTy != Arg.V->getType())
7441 getTypeString(ExpectedTy) + "'");
7746 Type *ExpectedTy = nullptr;
7748 ExpectedTy = *I++;
7753 if (ExpectedTy && ExpectedTy != Arg.V->getType())
7755 getTypeString(ExpectedTy) + "'");
8139 Type *ExpectedTy = nullptr;
8141 ExpectedTy = *I++;
8146 if (ExpectedTy && ExpectedTy != Arg.V->getType())
8148 getTypeString(ExpectedTy) + "'");