Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2339 VectorType *OtherVTy = VectorType::get(Member->getType(), VF); in vectorizeInterleaveGroup() local
2340 StridedVec = Builder.CreateBitOrPointerCast(StridedVec, OtherVTy); in vectorizeInterleaveGroup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2332 VectorType *OtherVTy = VectorType::get(Member->getType(), VF); in vectorizeInterleaveGroup() local
2333 StridedVec = createBitOrPointerCast(StridedVec, OtherVTy, DL); in vectorizeInterleaveGroup()