Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp120 Type *TyL = LA.getValueAsType(); in cmpAttrs() local
122 if (TyL && TyR) in cmpAttrs()
123 return cmpTypes(TyL, TyR); in cmpAttrs()
127 return cmpNumbers((uint64_t)TyL, (uint64_t)TyR); in cmpAttrs()
202 Type *TyL = L->getType(); in cmpConstants() local
208 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
211 if (!TyL->isFirstClassType()) { in cmpConstants()
219 if (TyL->isFirstClassType()) in cmpConstants()
229 if (auto *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants()
239 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h320 int cmpTypes(Type *TyL, Type *TyR) const;