Searched refs:ThenV (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp532 Value *ThenV = Then->Codegen(); local
533 if (ThenV == 0) return 0;
556 PN->addIncoming(ThenV, ThenBB);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp636 Value *ThenV = Then->Codegen(); local
637 if (ThenV == 0) return 0;
660 PN->addIncoming(ThenV, ThenBB);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp732 Value *ThenV = Then->Codegen(); local
733 if (ThenV == 0) return 0;
756 PN->addIncoming(ThenV, ThenBB);

Completed in 124 milliseconds