Searched refs:i64Type (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/ |
| H A D | FIRBuilderTest.cpp | 187 auto i64Type = IntegerType::get(builder.getContext(), 64); in TEST_F() local 189 loc, i64Type, "global1", builder.createInternalLinkage(), {}, true); in TEST_F() 193 EXPECT_EQ(i64Type, global.getType()); in TEST_F()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/ |
| H A D | ConvertVectorToLLVM.cpp | 687 auto i64Type = IntegerType::get(rewriter.getContext(), 64); in matchAndRewrite() local 688 auto constant = rewriter.create<LLVM::ConstantOp>(loc, i64Type, position); in matchAndRewrite() 810 auto i64Type = IntegerType::get(rewriter.getContext(), 64); in matchAndRewrite() local 811 auto constant = rewriter.create<LLVM::ConstantOp>(loc, i64Type, position); in matchAndRewrite()
|