Searched refs:i64Type (Results 1 – 3 of 3) sorted by relevance
108 auto i64Type = mlir::IntegerType::get(64, &context); in TEST() local109 auto elementsType = mlir::RankedTensorType::get({3}, i64Type); in TEST()
779 auto i64Type = LLVM::LLVMType::getInt64Ty(rewriter.getContext()); in matchAndRewrite() local780 auto constant = rewriter.create<LLVM::ConstantOp>(loc, i64Type, position); in matchAndRewrite()896 auto i64Type = LLVM::LLVMType::getInt64Ty(rewriter.getContext()); in matchAndRewrite() local897 auto constant = rewriter.create<LLVM::ConstantOp>(loc, i64Type, position); in matchAndRewrite()
764 const string i64Type = formatIsR64(format) ? "64_t" : ""; in initPrograms() local766 …"float" : ((vecType == "ivec4") | (vecType == "i64vec4")) ? ("int" + i64Type) : ("uint" + i64Type); in initPrograms()806 decls << "int" << i64Type << " refData[" << refDataNumElements << "] = {"; in initPrograms()886 …e = string(formatIsFloat(format) ? "float" : formatIsSignedInt(format) ? "int" : "uint") + i64Type; in initPrograms()