Searched refs:BlockMask (Results 1 – 2 of 2) sorted by relevance
6559 VPValue *BlockMask = nullptr; in createBlockInMask() local6563 return BlockMaskCache[BB] = BlockMask; in createBlockInMask()6571 if (!BlockMask) { // BlockMask has its initialized nullptr value. in createBlockInMask()6572 BlockMask = EdgeMask; in createBlockInMask()6576 BlockMask = Builder.createOr(BlockMask, EdgeMask); in createBlockInMask()6579 return BlockMaskCache[BB] = BlockMask; in createBlockInMask()
3946 VectorParts BlockMask = getVectorValue(Zero); in createBlockInMask() local3952 BlockMask[part] = Builder.CreateOr(BlockMask[part], EM[part]); in createBlockInMask()3955 return BlockMask; in createBlockInMask()