Searched refs:BlockInMaskPart (Results 1 – 1 of 1) sorted by relevance
2253 Value *BlockInMaskPart = State.get(BlockInMask, Part); in vectorizeInterleaveGroup() local2254 auto *Undefs = UndefValue::get(BlockInMaskPart->getType()); in vectorizeInterleaveGroup()2257 BlockInMaskPart, Undefs, RepMask, "interleaved.mask"); in vectorizeInterleaveGroup()2338 Value *BlockInMaskPart = State.get(BlockInMask, Part); in vectorizeInterleaveGroup() local2339 auto *Undefs = UndefValue::get(BlockInMaskPart->getType()); in vectorizeInterleaveGroup()2342 BlockInMaskPart, Undefs, RepMask, "interleaved.mask"); in vectorizeInterleaveGroup()