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

References

tools/clang/lib/CodeGen/CGExprComplex.cpp
  728       Branch = Builder.CreateCondBr(IsINaN, LibCallBB, ContBB);
  732       CGF.EmitBlock(LibCallBB);
  744       RealPHI->addIncoming(LibCallR, LibCallBB);
  748       ImagPHI->addIncoming(LibCallI, LibCallBB);