Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp343 int cmpTypes(Type *TyL, Type *TyR) const;
466 Type *TyL = L->getType(); in cmpConstants() local
472 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
475 if (!TyL->isFirstClassType()) { in cmpConstants()
483 if (TyL->isFirstClassType()) in cmpConstants()
493 if (const VectorType *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants()
503 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants()
549 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
563 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()
577 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants()
[all …]