Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp566 Value *createBitOrPointerCast(Value *V, VectorType *DstVTy,
2119 StridedVec = createBitOrPointerCast(StridedVec, OtherVTy, DL); in vectorizeInterleaveGroup()
2151 StoredVec = createBitOrPointerCast(StoredVec, SubVT, DL); in vectorizeInterleaveGroup()
2482 Value *InnerLoopVectorizer::createBitOrPointerCast(Value *V, VectorType *DstVTy, in createBitOrPointerCast() function in InnerLoopVectorizer