Searched refs:VecIntTy (Results 1 – 1 of 1) sorted by relevance
3220 auto *VecIntTy = FixedVectorType::get(IntTy, VF); in createBitOrPointerCast() local3221 Value *CastVal = Builder.CreateBitOrPointerCast(V, VecIntTy); in createBitOrPointerCast()