Home | History | Annotate | Download | only in IR

Lines Matching refs:Value

54   Value *One = IRB.CreateAdd(IRB.CreateAdd(IRB.getInt32(1), IRB.getInt32(2)),
56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42));
57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)),
59 Value *V;
70 Value *L = ConstantFP::get(FltTy, 1.0);
71 Value *R = ConstantFP::get(FltTy, 2.0);
72 Value *MatchL, *MatchR;
109 Value *L = ConstantFP::get(FltTy, 1.0);
110 Value *R = ConstantFP::get(FltTy, 2.0);
111 Value *MatchL, *MatchR;
148 Value *L = ConstantFP::get(FltTy, 1.0);
149 Value *R = ConstantFP::get(FltTy, 2.0);
150 Value *MatchL, *MatchR;
187 Value *L = ConstantFP::get(FltTy, 1.0);
188 Value *R = ConstantFP::get(FltTy, 2.0);
189 Value *MatchL, *MatchR;
225 Value *L = IRB.getInt32(1);
226 Value *R = IRB.getInt32(2);
227 Value *MatchL, *MatchR;