Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp628 Value *createBitOrPointerCast(Value *V, VectorType *DstVTy,
2291 StridedVec = createBitOrPointerCast(StridedVec, OtherVTy, DL); in vectorizeInterleaveGroup()
2323 StoredVec = createBitOrPointerCast(StoredVec, SubVT, DL); in vectorizeInterleaveGroup()
2654 Value *InnerLoopVectorizer::createBitOrPointerCast(Value *V, VectorType *DstVTy, in createBitOrPointerCast() function in InnerLoopVectorizer