Searched refs:AllocType (Results 1 – 2 of 2) sorted by relevance
188 bool isStepOptSupported(llvm::Type *AllocType) { in isStepOptSupported() argument190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in isStepOptSupported()197 if (AllocType == VoidPtrTy) { in isStepOptSupported()211 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) { in isStepOptSupported()218 if (AllocType == V2xi64Ty || AllocType == Int128Ty) { in isStepOptSupported()235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue() argument238 bccAssert(AllocType); in getStepValue()240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in getStepValue()241 if (isStepOptSupported(AllocType)) { in getStepValue()
491 enum AllocType : uint8_t { enum in _C2BufferPoolAllocator500 AllocType allocType;