Home
last modified time | relevance | path

Searched defs:castSrcType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp581 VectorType castSrcType = castOp.getSourceVectorType(); in matchAndRewrite() local
653 VectorType castSrcType = castOp.getSourceVectorType(); matchAndRewrite() local
727 VectorType castSrcType = bitcastOp.getSourceVectorType(); matchAndRewrite() local
799 VectorType castSrcType = bitcastOp.getSourceVectorType(); matchAndRewrite() local
906 VectorType castSrcType = bitcastOp.getSourceVectorType(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp361 Type castSrcType = adaptIntegralTypeSignedness(operandType, doUnsigned); matchAndRewrite() local