Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getScalarType

138       unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits();
1531 unsigned DestBits = VT.getScalarType().getSizeInBits();
2486 unsigned BitWidth = VT.getScalarType().getSizeInBits();
2611 Constant.zextOrTrunc(Load->getMemoryVT().getScalarType().getSizeInBits());
2714 unsigned BitWidth = N1.getValueType().getScalarType().getSizeInBits();
2716 BitWidth - MemVT.getScalarType().getSizeInBits())) &&
2736 unsigned BitWidth = N1.getValueType().getScalarType().getSizeInBits();
2738 BitWidth - MemVT.getScalarType().getSizeInBits())) &&
3621 unsigned OpSizeInBits = VT.getScalarType().getSizeInBits();
3689 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits();
3751 unsigned OpSizeInBits = VT.getScalarType().getSizeInBits();
3838 TruncC = TruncC.trunc(TruncVT.getScalarType().getSizeInBits());
3861 if (LargeVT.getScalarType().getSizeInBits() - OpSizeInBits ==
3896 unsigned OpSizeInBits = VT.getScalarType().getSizeInBits();
3935 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits();
4249 DAG.getConstant(VT.getScalarType().getSizeInBits() - 1, VT));
4423 unsigned OpBits = Op.getValueType().getScalarType().getSizeInBits();
4424 unsigned MidBits = N0.getValueType().getScalarType().getSizeInBits();
4425 unsigned DestBits = VT.getScalarType().getSizeInBits();
4583 unsigned ElementWidth = VT.getScalarType().getSizeInBits();
4727 N0.getValueType().getScalarType());
4868 N0VT.getScalarType().getSizeInBits());
5050 N0VT.getScalarType().getSizeInBits());
5290 unsigned VTBits = VT.getScalarType().getSizeInBits();
5291 unsigned EVTBits = EVT.getScalarType().getSizeInBits();
5312 if (N00.getValueType().getScalarType().getSizeInBits() <= EVTBits &&
8526 Value.getValueType().getScalarType().getSizeInBits(),
8527 ST->getMemoryVT().getScalarType().getSizeInBits()));
8539 Value.getValueType().getScalarType().getSizeInBits(),
8540 ST->getMemoryVT().getScalarType().getSizeInBits())))
8910 EVT OutScalarTy = VT.getScalarType();
9263 if (InsIdx->getZExtValue() * SmallVT.getScalarType().getSizeInBits() ==
9264 ExtIdx->getZExtValue() * NVT.getScalarType().getSizeInBits())