Lines Matching defs:OldValResTy
965 LLT OldValResTy = OldValRes.getLLTTy(*getMRI());
970 assert(OldValResTy.isScalar() && "invalid operand type");
975 assert(OldValResTy == CmpValTy && "type mismatch");
976 assert(OldValResTy == NewValTy && "type mismatch");
994 LLT OldValResTy = OldValRes.getLLTTy(*getMRI());
998 assert(OldValResTy.isScalar() && "invalid operand type");
1002 assert(OldValResTy == CmpValTy && "type mismatch");
1003 assert(OldValResTy == NewValTy && "type mismatch");
1021 LLT OldValResTy = OldValRes.getLLTTy(*getMRI());
1026 assert(OldValResTy == ValTy && "type mismatch");