Home
last modified time | relevance | path

Searched refs:i64Type (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp187 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 DConvertVectorToLLVM.cpp687 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()