Searched refs:UsedIndices (Results 1 – 2 of 2) sorted by relevance
1449 SmallBitVector UsedIndices(Sz); in simplifyReductionOperand() local1451 if (Idx == PoisonMaskElem || UsedIndices.test(Idx)) in simplifyReductionOperand()1453 UsedIndices.set(Idx); in simplifyReductionOperand()1458 return UsedIndices.all() ? V : nullptr; in simplifyReductionOperand()
5219 SmallBitVector UsedIndices(Sz); in combineOrders() local5222 UsedIndices.set(Order[Idx]); in combineOrders()5226 if (Order[Idx] == Sz && !UsedIndices.test(Idx)) in combineOrders()5231 !UsedIndices.test(SecondaryOrder[Idx])) in combineOrders()