Searched refs:TyR (Results 1 – 1 of 1) sorted by relevance
401 int cmpTypes(Type *TyL, Type *TyR) const;602 Type *TyR = R->getType(); in cmpConstants() local607 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()611 if (TyR->isFirstClassType()) in cmpConstants()617 if (!TyR->isFirstClassType()) { in cmpConstants()630 if (auto *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants()639 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants()703 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()717 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()731 unsigned NumElementsR = cast<VectorType>(TyR)->getNumElements(); in cmpConstants()[all …]