Searched refs:TypeInfo2 (Results 1 – 3 of 3) sorted by relevance
274 const void *TypeInfo2) { in checkTypeInfoEquality() argument276 auto TI2 = static_cast<const std::type_info *>(TypeInfo2); in checkTypeInfoEquality()
69 bool checkTypeInfoEquality(const void *TypeInfo1, const void *TypeInfo2);
1051 VPTypeAnalysis TypeInfo2(Plan->getCanonicalIV()->getScalarType()); in simplifyRecipe() local1052 assert(TypeInfo.inferScalarType(A) == TypeInfo2.inferScalarType(A)); in simplifyRecipe()1056 assert(TypeInfo.inferScalarType(VPV) == TypeInfo2.inferScalarType(VPV)); in simplifyRecipe()