Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp133 Type *TyL = LA.getValueAsType(); in cmpAttrs() local
135 if (TyL && TyR) { in cmpAttrs()
216 Type *TyL = L->getType(); in cmpConstants() local
222 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
225 if (!TyL->isFirstClassType()) { in cmpConstants()
233 if (TyL->isFirstClassType()) in cmpConstants()
436 TyL = DL.getIntPtrType(TyL); in cmpTypes()
440 if (TyL == TyR) in cmpTypes()
446 switch (TyL->getTypeID()) { in cmpTypes()
504 auto *STyL = cast<ArrayType>(TyL); in cmpTypes()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h320 int cmpTypes(Type *TyL, Type *TyR) const;