Searched refs:TyL (Results 1 – 4 of 4) sorted by relevance
190 Type *TyL = L->getType(); in cmpConstants() local196 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()199 if (!TyL->isFirstClassType()) { in cmpConstants()207 if (TyL->isFirstClassType()) in cmpConstants()217 if (auto *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants()227 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants()291 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()305 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()319 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants()394 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() argument[all …]
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 …]
93 int testCmpTypes(Type *TyL, Type *TyR) { in testCmpTypes() argument95 return cmpTypes(TyL, TyR); in testCmpTypes()
321 int cmpTypes(Type *TyL, Type *TyR) const;