Searched refs:BitIndex (Results 1 – 5 of 5) sorted by relevance
1565 unsigned BitIndex; in filterProcessor() local1588 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor()1600 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()1601 switch (bitAttrs[BitIndex]) { in filterProcessor()1603 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()1646 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()1657 StartBit = BitIndex; in filterProcessor()1663 StartBit = BitIndex; in filterProcessor()1684 StartBit = BitIndex; in filterProcessor()1695 StartBit = BitIndex; in filterProcessor()[all …]
245 const APInt *BitIndex = nullptr; in matchAndOrChain() local246 if (!match(V, m_LShr(m_Value(Candidate), m_APInt(BitIndex)))) in matchAndOrChain()254 if (BitIndex && BitIndex->uge(MOps.Mask.getBitWidth())) in matchAndOrChain()258 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0); in matchAndOrChain()
565 Value *BitIndex = in createMaskedBitTest() local567 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest()
806 GuardInfo() : Guard(nullptr), BitIndex(0) {} in GuardInfo()808 unsigned BitIndex; member2624 GuardNum = GI->BitIndex++; in EmitGuardedInit()
10726 unsigned BitIndex = Idx->getZExtValue() * EltSize; in performExtractVectorEltCombine() local10727 unsigned EltIdx = BitIndex / 32; in performExtractVectorEltCombine()10728 unsigned LeftoverBitIdx = BitIndex % 32; in performExtractVectorEltCombine()