Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp134 Type *TyR = RA.getValueAsType(); in cmpAttrs() local
135 if (TyL && TyR) { in cmpAttrs()
136 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs()
143 if (int Res = cmpNumbers((uint64_t)TyL, (uint64_t)TyR)) in cmpAttrs()
217 Type *TyR = R->getType(); in cmpConstants() local
222 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
226 if (TyR->isFirstClassType()) in cmpConstants()
232 if (!TyR->isFirstClassType()) { in cmpConstants()
245 if (auto *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants()
254 PointerType *PTyR = dyn_cast<PointerType>(TyR); in cmpConstants()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h320 int cmpTypes(Type *TyL, Type *TyR) const;