Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
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()
H A Dubsan_type_hash.h69 bool checkTypeInfoEquality(const void *TypeInfo1, const void *TypeInfo2);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1037 VPTypeAnalysis TypeInfo2( in simplifyRecipe() local
1040 assert(TypeInfo.inferScalarType(A) == TypeInfo2.inferScalarType(A)); in simplifyRecipe()
1046 assert(TypeInfo.inferScalarType(VPV) == TypeInfo2.inferScalarType(VPV)); in simplifyRecipe()