Searched refs:createBitOrPointerCast (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 642 Value *createBitOrPointerCast(Value *V, VectorType *DstVTy, 2643 StridedVec = createBitOrPointerCast(StridedVec, OtherVTy, DL); in vectorizeInterleaveGroup() 2677 StridedVec = createBitOrPointerCast(StridedVec, OtherVTy, DL); in vectorizeInterleaveGroup() 2725 StoredVec = createBitOrPointerCast(StoredVec, SubVT, DL); in vectorizeInterleaveGroup() 2853 Value *InnerLoopVectorizer::createBitOrPointerCast(Value *V, VectorType *DstVTy, in createBitOrPointerCast() function in InnerLoopVectorizer
|