Home | History | Annotate | Download | only in Mips

Lines Matching refs:getValueSizeInBits

1701   unsigned WidthX = Op.getOperand(0).getValueSizeInBits();
1702 unsigned WidthY = Op.getOperand(1).getValueSizeInBits();
2086 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits());
2122 int FI = MFI->CreateFixedObject(Op.getValueSizeInBits() / 8, 0, false);
2130 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits());
2264 int FI = MFI->CreateFixedObject(Arg.getValueSizeInBits() / 8, Offset, false);