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;
610 Type *TyR = R->getType(); in cmpConstants() local
615 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
619 if (TyR->isFirstClassType()) in cmpConstants()
625 if (!TyR->isFirstClassType()) { in cmpConstants()
638 if (auto *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants()
647 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants()
711 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
725 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()
739 unsigned NumElementsR = cast<VectorType>(TyR)->getNumElements(); in cmpConstants()
[all …]