Lines Matching defs:ExpectedTy
3794 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) {
4005 if (ExpectedTy) {
4008 if (!ExpectedTy->isPointerTy())
4011 getTypeString(ExpectedTy) + "'");
4012 FwdDeclAS = ExpectedTy->getPointerAddressSpace();
7335 Type *ExpectedTy = nullptr;
7337 ExpectedTy = *I++;
7342 if (ExpectedTy && ExpectedTy != Arg.V->getType())
7344 getTypeString(ExpectedTy) + "'");
7648 Type *ExpectedTy = nullptr;
7650 ExpectedTy = *I++;
7655 if (ExpectedTy && ExpectedTy != Arg.V->getType())
7657 getTypeString(ExpectedTy) + "'");
8043 Type *ExpectedTy = nullptr;
8045 ExpectedTy = *I++;
8050 if (ExpectedTy && ExpectedTy != Arg.V->getType())
8052 getTypeString(ExpectedTy) + "'");