reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/TargetLoweringBase.cpp
  828   if (VT.isSimple()) {
  829     MVT SVT = VT.getSimpleVT();
  849   if (!VT.isVector()) {
  850     assert(VT.isInteger() && "Float types must be simple");
  851     unsigned BitSize = VT.getSizeInBits();
  854       EVT NVT = VT.getRoundIntegerType(Context);
  855       assert(NVT != VT && "Unable to round integer VT");
  865                         EVT::getIntegerVT(Context, VT.getSizeInBits() / 2));
  869   unsigned NumElts = VT.getVectorNumElements();
  870   EVT EltVT = VT.getVectorElementType();
  882     if (!VT.isPow2VectorType()) {
  949   if (!VT.isPow2VectorType()) {
  950     EVT NVT = VT.getPow2VectorType(Context);
  955   EVT NVT = EVT::getVectorVT(Context, EltVT, VT.getVectorNumElements() / 2);