Lines Matching defs:Srcs
138 SmallVector<Value *, 2> Srcs;
139 Srcs.push_back(IB.findOrCreateSource(BB, InstsBefore));
143 auto OpDesc = chooseOperation(Srcs[0], IB);
149 Srcs.push_back(IB.findOrCreateSource(BB, InstsBefore, Srcs, Pred));
151 if (Value *Op = OpDesc->BuilderFunc(Srcs, Insts[IP]->getIterator())) {
390 auto BuilderFunc = [FTy, F, isRetVoid](ArrayRef<Value *> Srcs,
393 CallInst *Call = CallInst::Create(FTy, F, Srcs, Name, InsertPt);
411 SmallVector<Value *, 2> Srcs;
414 Srcs.push_back(IB.findOrCreateSource(BB, InstsBefore, Srcs, Pred));
417 if (Value *Op = BuilderFunc(Srcs, Insts[IP]->getIterator())) {