Searched refs:BaseOfs (Results 1 – 1 of 1) sorted by relevance
5261 unsigned BaseOfs = Op.getConstantOperandVal(1) * VT.getScalarSizeInBits(); in getTargetConstantBitsFromNode() local5262 unsigned BaseIdx = BaseOfs / EltSizeInBits; in getTargetConstantBitsFromNode()5265 (BaseOfs % EltSizeInBits) == 0 && "Bad subvector index"); in getTargetConstantBitsFromNode()