Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp343 int cmpTypes(Type *TyL, Type *TyR) const;
467 Type *TyR = R->getType(); in cmpConstants() local
472 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
476 if (TyR->isFirstClassType()) in cmpConstants()
482 if (!TyR->isFirstClassType()) { in cmpConstants()
495 if (const VectorType *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants()
504 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants()
550 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
564 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()
578 unsigned NumElementsR = cast<VectorType>(TyR)->getNumElements(); in cmpConstants()
[all …]