Searched refs:TyR (Results 1 – 2 of 2) sorted by relevance
121 Type *TyR = RA.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()203 Type *TyR = R->getType(); in cmpConstants() local208 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()212 if (TyR->isFirstClassType()) in cmpConstants()218 if (!TyR->isFirstClassType()) { in cmpConstants()231 if (auto *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants()240 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants()[all …]
320 int cmpTypes(Type *TyL, Type *TyR) const;