Home
last modified time | relevance | path

Searched refs:TypeInfo2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h69 bool checkTypeInfoEquality(const void *TypeInfo1, const void *TypeInfo2);
H A Dubsan_type_hash_itanium.cpp274 const void *TypeInfo2) { in checkTypeInfoEquality() argument
276 auto TI2 = static_cast<const std::type_info *>(TypeInfo2); in checkTypeInfoEquality()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp849 VPTypeAnalysis TypeInfo2(TypeInfo.getContext()); in simplifyRecipe() local
850 assert(TypeInfo.inferScalarType(A) == TypeInfo2.inferScalarType(A)); in simplifyRecipe()
856 assert(TypeInfo.inferScalarType(VPV) == TypeInfo2.inferScalarType(VPV)); in simplifyRecipe()