Home
last modified time | relevance | path

Searched refs:OpSizeInBits (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3398 unsigned OpSizeInBits = VT.getSizeInBits(); in MatchBSwapHWordLow() local
3399 if (DemandHighBits && OpSizeInBits > 16) { in MatchBSwapHWordLow()
3410 N10, APInt::getHighBitsSet(OpSizeInBits, OpSizeInBits - 16))) in MatchBSwapHWordLow()
3415 if (OpSizeInBits > 16) { in MatchBSwapHWordLow()
3418 DAG.getConstant(OpSizeInBits - 16, DL, in MatchBSwapHWordLow()
4358 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in visitSHL() local
4396 if (N1C && N1C->getAPIntValue().uge(OpSizeInBits)) in visitSHL()
4406 APInt::getAllOnesValue(OpSizeInBits))) in visitSHL()
4425 if (c1 + c2 >= OpSizeInBits) in visitSHL()
4447 if (c2 >= OpSizeInBits - InnerShiftSize) { in visitSHL()
[all …]