Searched refs:TyL (Results 1 – 1 of 1) sorted by relevance
401 int cmpTypes(Type *TyL, Type *TyR) const;601 Type *TyL = L->getType(); in cmpConstants() local607 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()610 if (!TyL->isFirstClassType()) { in cmpConstants()618 if (TyL->isFirstClassType()) in cmpConstants()628 if (auto *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants()638 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants()702 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()716 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()730 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants()[all …]