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

References

lib/Transforms/Coroutines/Coroutines.cpp
  407       for (; SI != SE && RI != RE; ++SI, ++RI) {
  407       for (; SI != SE && RI != RE; ++SI, ++RI) {
  409         if (SrcTy != *RI) {
  413           if (CastInst::isBitCastable(SrcTy, *RI)) {
  414             auto BCI = new BitCastInst(*SI, *RI, "", Suspend);
  427       if (SI != SE || RI != RE) {