Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2923 auto *VecIntTy = FixedVectorType::get(IntTy, VF); in createBitOrPointerCast() local
2924 Value *CastVal = Builder.CreateBitOrPointerCast(V, VecIntTy); in createBitOrPointerCast()