Searched refs:LHSE (Results 1 - 8 of 8) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp716 VariableExprAST *LHSE = dynamic_cast<VariableExprAST *>(LHS); local
717 if (!LHSE)
725 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp911 VariableExprAST *LHSE = dynamic_cast<VariableExprAST *>(LHS); local
912 if (!LHSE)
920 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp675 VariableExprAST *LHSE = reinterpret_cast<VariableExprAST*>(LHS); local
676 if (!LHSE)
683 Value *Variable = NamedValues[LHSE->getName()];
H A Dtoy.cpp1042 VariableExprAST *LHSE = reinterpret_cast<VariableExprAST*>(LHS); local
1043 if (!LHSE)
1050 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp900 VariableExprAST *LHSE = reinterpret_cast<VariableExprAST*>(LHS); local
901 if (!LHSE)
908 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp657 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); local
658 if (!LHSE)
665 Value *Variable = NamedValues[LHSE->getName()];
H A Dtoy.cpp940 VariableExprAST *LHSE = reinterpret_cast<VariableExprAST*>(LHS); local
941 if (!LHSE)
948 Value *Variable = NamedValues[LHSE->getName()];
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1116 VariableExprAST *LHSE = reinterpret_cast<VariableExprAST*>(LHS); local
1117 if (!LHSE)
1124 Value *Variable = NamedValues[LHSE->getName()];

Completed in 100 milliseconds