Searched refs:Int128Ty (Results 1 – 1 of 1) sorted by relevance
217 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128); in isStepOptSupported() local218 if (AllocType == V2xi64Ty || AllocType == Int128Ty) { in isStepOptSupported()