Searched refs:TyL (Results 1 – 1 of 1) sorted by relevance
401 int cmpTypes(Type *TyL, Type *TyR) const;609 Type *TyL = L->getType(); in cmpConstants() local615 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()618 if (!TyL->isFirstClassType()) { in cmpConstants()626 if (TyL->isFirstClassType()) in cmpConstants()636 if (auto *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants()646 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants()710 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()724 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()738 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants()[all …]