Home
last modified time | relevance | path

Searched defs:i64Type (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/unittests/TableGen/
DStructsGenTest.cpp108 auto i64Type = mlir::IntegerType::get(64, &context); in TEST() local
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp779 auto i64Type = LLVM::LLVMType::getInt64Ty(rewriter.getContext()); in matchAndRewrite() local
896 auto i64Type = LLVM::LLVMType::getInt64Ty(rewriter.getContext()); in matchAndRewrite() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp764 const string i64Type = formatIsR64(format) ? "64_t" : ""; in initPrograms() local