Searched refs:ExtractSizeInBits (Results 1 – 3 of 3) sorted by relevance
2065 uint64_t ExtractSizeInBits = Op.getArg(1); in createFragmentExpression() local2067 ExtractOffsetInBits + ExtractSizeInBits <= in createFragmentExpression()2071 Ops.push_back(ExtractSizeInBits); in createFragmentExpression()
5054 int64_t ExtractSizeInBits = Op.getArg(1); in createOrReplaceFragment() local5060 if (Frag.SizeInBits < uint64_t(ExtractSizeInBits)) in createOrReplaceFragment()5075 Ops.push_back(ExtractSizeInBits); in createOrReplaceFragment()
44628 unsigned ExtractSizeInBits = ExtractVT.getSizeInBits(); in combineBasicSADPattern() local44631 SadVT.getSizeInBits() / ExtractSizeInBits); in combineBasicSADPattern()