Home | History | Annotate | Download | only in lazy

Lines Matching defs:Val

120   double Val;
122 NumberExprAST(double val) : Val(val) {}
627 return ConstantFP::get(getGlobalContext(), APFloat(Val));
661 Value *Val = RHS->Codegen();
662 if (Val == 0) return 0;
668 Builder.CreateStore(Val, Variable);
669 return Val;