Searched defs:srcType (Results 1 – 6 of 6) sorted by relevance
273 mlir::Value emitConversionToBool(mlir::Value src, QualType srcType, in emitConversionToBool()316 mlir::Value emitScalarCast(mlir::Value src, QualType srcType, in emitScalarCast()630 emitScalarConversion(mlir::Value src, QualType srcType, QualType dstType, in emitScalarConversion()
376 mlir::Type srcType = getSrc().getType(); in verify() local
479 QualType srcType = src->getType(); in tryDiagnoseOverloadedCast() local
2489 QualType srcType = ECE->getSubExpr()->getType(); in handleUnsafeOperation() local
600 mlir::Type srcType = castOp.getSrc().getType(); in matchAndRewrite() local
86663 SQLITE_PRIVATE void sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType){