Searched refs:new_vec_const (Results 1 – 4 of 4) sorted by relevance
289 auto new_vec_const = MakeUnique<analysis::VectorConstant>( in DoVectorShuffle() local292 context()->get_constant_mgr()->RegisterConstant(std::move(new_vec_const)); in DoVectorShuffle()430 auto new_vec_const = MakeUnique<analysis::VectorConstant>( in DoComponentWiseOperation() local433 std::move(new_vec_const)); in DoComponentWiseOperation()
494 auto new_vec_const = MakeUnique<analysis::VectorConstant>( in DoVectorShuffle() local496 return BuildInstructionAndAddToModule(std::move(new_vec_const), pos); in DoVectorShuffle()572 auto new_vec_const = MakeUnique<analysis::VectorConstant>( in DoComponentWiseOperation() local574 return BuildInstructionAndAddToModule(std::move(new_vec_const), pos); in DoComponentWiseOperation()