Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1727 Type *SliceTy = (NumElements == 1) in isVectorPromotionViableForSlice() local
1756 if (!canConvertValue(DL, SliceTy, LTy)) in isVectorPromotionViableForSlice()
1766 if (!canConvertValue(DL, STy, SliceTy)) in isVectorPromotionViableForSlice()
2458 Type *SliceTy = (NumElements == 1) in rewriteVectorizedStoreInst() local
2461 if (V->getType() != SliceTy) in rewriteVectorizedStoreInst()
2462 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst()
3813 Type *SliceTy = nullptr; in rewritePartition() local
3817 SliceTy = CommonUseTy; in rewritePartition()
3818 if (!SliceTy) in rewritePartition()
3821 SliceTy = TypePartitionTy; in rewritePartition()
[all …]