Searched refs:ScalarTruncatedTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3365 Type *ScalarTruncatedTy = in truncateToMinimalBitwidths() local 3367 Type *TruncatedTy = VectorType::get(ScalarTruncatedTy, in truncateToMinimalBitwidths() 3416 SI->getOperand(0), VectorType::get(ScalarTruncatedTy, Elements0)); in truncateToMinimalBitwidths() 3419 SI->getOperand(1), VectorType::get(ScalarTruncatedTy, Elements1)); in truncateToMinimalBitwidths() 3428 IE->getOperand(0), VectorType::get(ScalarTruncatedTy, Elements)); in truncateToMinimalBitwidths() 3429 auto *O1 = B.CreateZExtOrTrunc(IE->getOperand(1), ScalarTruncatedTy); in truncateToMinimalBitwidths() 3434 EE->getOperand(0), VectorType::get(ScalarTruncatedTy, Elements)); in truncateToMinimalBitwidths()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3218 Type *ScalarTruncatedTy = in truncateToMinimalBitwidths() local 3220 Type *TruncatedTy = VectorType::get(ScalarTruncatedTy, in truncateToMinimalBitwidths() 3273 SI->getOperand(0), VectorType::get(ScalarTruncatedTy, Elements0)); in truncateToMinimalBitwidths() 3276 SI->getOperand(1), VectorType::get(ScalarTruncatedTy, Elements1)); in truncateToMinimalBitwidths() 3285 IE->getOperand(0), VectorType::get(ScalarTruncatedTy, Elements)); in truncateToMinimalBitwidths() 3286 auto *O1 = B.CreateZExtOrTrunc(IE->getOperand(1), ScalarTruncatedTy); in truncateToMinimalBitwidths() 3291 EE->getOperand(0), VectorType::get(ScalarTruncatedTy, Elements)); in truncateToMinimalBitwidths()
|