Searched refs:FixedSrcTy (Results 1 – 2 of 2) sorted by relevance
1305 if (auto *FixedSrcTy = dyn_cast<llvm::FixedVectorType>(SrcTy)) { in CreateCoercedLoad() local1310 FixedSrcTy->getElementType()->isIntegerTy(8)) { in CreateCoercedLoad()1312 FixedSrcTy->getElementType(), in CreateCoercedLoad()1315 if (ScalableDstTy->getElementType() == FixedSrcTy->getElementType()) { in CreateCoercedLoad()
2314 if (auto *FixedSrcTy = dyn_cast<llvm::FixedVectorType>(SrcTy)) { in VisitCastExpr() local2320 FixedSrcTy->getElementType()->isIntegerTy(8)) { in VisitCastExpr()2322 FixedSrcTy->getElementType(), in VisitCastExpr()2325 if (FixedSrcTy->getElementType() == ScalableDstTy->getElementType()) { in VisitCastExpr()