Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp150 auto int64Ty = IntegerType::get(rewriter.getContext(), 64); matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp237 IntegerType int1Ty, int8Ty, int16Ty, int32Ty, int64Ty, int128Ty; global() member in mlir::MLIRContextImpl
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1425 auto int64Ty = IntegerType::get(rewriter.getContext(), 64); matchAndRewrite() local