Home
last modified time | relevance | path

Searched refs:TyR (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.cpp121 Type *TyR = RA.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()
203 Type *TyR = R->getType(); in cmpConstants() local
208 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
212 if (TyR->isFirstClassType()) in cmpConstants()
218 if (!TyR->isFirstClassType()) { in cmpConstants()
231 if (auto *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants()
240 PointerType *PTyR = dyn_cast<PointerType>(TyR); 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;