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

References

lib/CodeGen/CodeGenPrepare.cpp
 6234   if (RegWidth <= cast<IntegerType>(OldType)->getBitWidth())
 6243   auto *NewType = Type::getIntNTy(Context, RegWidth);
 6261                       NarrowConst.zext(RegWidth) : NarrowConst.sext(RegWidth);
 6261                       NarrowConst.zext(RegWidth) : NarrowConst.sext(RegWidth);