Searched defs:int64Ty (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Conversion/GPUCommon/ | ||
H A D | GPUOpsLowering.cpp | 150 auto int64Ty = IntegerType::get(rewriter.getContext(), 64); matchAndRewrite() local |
/llvm-project/mlir/lib/IR/ | ||
H A D | MLIRContext.cpp | 237 IntegerType int1Ty, int8Ty, int16Ty, int32Ty, int64Ty, int128Ty; global() member in mlir::MLIRContextImpl |
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ | ||
H A D | ConvertVectorToLLVM.cpp | 1425 auto int64Ty = IntegerType::get(rewriter.getContext(), 64); matchAndRewrite() local |