Home
last modified time | relevance | path

Searched refs:sourceElementType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToLLVM/
H A DArithmeticToLLVM.cpp138 auto sourceElementType = in matchAndRewrite() local
141 unsigned sourceBits = sourceElementType.getWidth(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1073 Type sourceElementType = processType(gep->getSourceElementType()); in processInstruction() local
1091 instMap[inst] = b.create<GEPOp>(loc, type, sourceElementType, basePtr, in processInstruction()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3032 auto sourceElementType = shapedType.getElementType(); in verify() local
3042 if (auto sourceVectorElementType = sourceElementType.dyn_cast<VectorType>()) { in verify()
3055 if (paddingType != sourceElementType) in verify()