Home
last modified time | relevance | path

Searched refs:TyR (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp401 int cmpTypes(Type *TyL, Type *TyR) const;
602 Type *TyR = R->getType(); in cmpConstants() local
607 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
611 if (TyR->isFirstClassType()) in cmpConstants()
617 if (!TyR->isFirstClassType()) { in cmpConstants()
630 if (auto *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants()
639 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants()
703 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
717 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()
731 unsigned NumElementsR = cast<VectorType>(TyR)->getNumElements(); in cmpConstants()
[all …]