Searched refs:OpSizeInBits (Results 1 – 2 of 2) sorted by relevance
3221 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in visitSUB() local3223 if (C->getAPIntValue() == (OpSizeInBits - 1)) in visitSUB()5531 unsigned OpSizeInBits = VT.getSizeInBits(); in MatchBSwapHWordLow() local5532 if (DemandHighBits && OpSizeInBits > 16) { in MatchBSwapHWordLow()5543 N10, APInt::getHighBitsSet(OpSizeInBits, OpSizeInBits - 16))) in MatchBSwapHWordLow()5548 if (OpSizeInBits > 16) { in MatchBSwapHWordLow()5551 DAG.getConstant(OpSizeInBits - 16, DL, in MatchBSwapHWordLow()7175 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in visitXOR() local7177 if (C->getAPIntValue() == (OpSizeInBits - 1)) in visitXOR()7462 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in visitSHL() local[all …]
15467 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in stripModuloOnShift() local15488 if (Mask->getZExtValue() == OpSizeInBits - 1) in stripModuloOnShift()