Searched refs:NextTy (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | TrailingObjects.h | 114 typename NextTy, typename... MoreTys> 115 class TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy, NextTy, 117 : public TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy, 120 typedef TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy, MoreTys...> 124 static const bool value = alignof(PrevTy) < alignof(NextTy); 144 static const NextTy * 146 TrailingObjectsBase::OverloadToken<NextTy>) { in getTrailingObjectsImpl() argument 153 return reinterpret_cast<const NextTy *>( in getTrailingObjectsImpl() 154 alignAddr(Ptr, Align::Of<NextTy>())); in getTrailingObjectsImpl() 156 return reinterpret_cast<const NextTy *>(Ptr); in getTrailingObjectsImpl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 1111 Type *NextTy = next_type(N->PTy, N->Idx); in fabricateGEP() local 1112 if (NextTy != NA[nax]->PTy) in fabricateGEP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 968 Type *NextTy = GetElementPtrInst::getTypeAtIndex(Ty, (uint64_t)0); in SymbolicallyEvaluateGEP() local 969 if (!NextTy) in SymbolicallyEvaluateGEP() 971 Ty = NextTy; in SymbolicallyEvaluateGEP()
|