Searched refs:TyR (Results 1 – 2 of 2) sorted by relevance
134 Type *TyR = RA.getValueAsType(); in cmpAttrs() local135 if (TyL && TyR) { in cmpAttrs()136 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs()143 if (int Res = cmpNumbers((uint64_t)TyL, (uint64_t)TyR)) in cmpAttrs()217 Type *TyR = R->getType(); in cmpConstants() local222 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()226 if (TyR->isFirstClassType()) in cmpConstants()232 if (!TyR->isFirstClassType()) { in cmpConstants()245 if (auto *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants()254 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants()[all …]
320 int cmpTypes(Type *TyL, Type *TyR) const;