Searched refs:TyL (Results 1 – 2 of 2) sorted by relevance
120 Type *TyL = LA.getValueAsType(); in cmpAttrs() local122 if (TyL && TyR) in cmpAttrs()123 return cmpTypes(TyL, TyR); in cmpAttrs()127 return cmpNumbers((uint64_t)TyL, (uint64_t)TyR); in cmpAttrs()202 Type *TyL = L->getType(); in cmpConstants() local208 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()211 if (!TyL->isFirstClassType()) { in cmpConstants()219 if (TyL->isFirstClassType()) in cmpConstants()229 if (auto *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants()239 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants()[all …]
320 int cmpTypes(Type *TyL, Type *TyR) const;