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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3062 unsigned OpSizeInBits = VT.getSizeInBits(); local
3063 if (DemandHighBits && OpSizeInBits > 16) {
3074 N10, APInt::getHighBitsSet(OpSizeInBits, OpSizeInBits - 16)))
3079 if (OpSizeInBits > 16)
3081 DAG.getConstant(OpSizeInBits-16, getShiftAmountTy(VT)));
3625 unsigned OpSizeInBits = VT.getSizeInBits(); local
3637 if ((LShVal + RShVal) != OpSizeInBits)
3645 APInt Mask = APInt::getAllOnesValue(OpSizeInBits);
3648 APInt RHSBits = APInt::getLowBitsSet(OpSizeInBits, LShVa
3950 unsigned OpSizeInBits = VT.getScalarSizeInBits(); local
4119 unsigned OpSizeInBits = VT.getScalarType().getSizeInBits(); local
4265 unsigned OpSizeInBits = VT.getScalarType().getSizeInBits(); local
[all...]

Completed in 35 milliseconds