Lines Matching defs:IRB
209 IRBuilder<> IRB(Term);
210 Value *IfCall = IRB.CreateCall(If, {Term->getCondition()});
211 Value *Cond = IRB.CreateExtractValue(IfCall, {0});
212 Value *Mask = IRB.CreateExtractValue(IfCall, {1});
224 IRBuilder<> IRB(Term);
225 Value *ElseCall = IRB.CreateCall(Else, {popSaved()});
226 Value *Cond = IRB.CreateExtractValue(ElseCall, {0});
227 Value *Mask = IRB.CreateExtractValue(ElseCall, {1});
339 IRBuilder<> IRB(FirstInsertionPt->getParent(), FirstInsertionPt);
343 IRB.SetCurrentDebugLocation(DebugLoc());
344 IRB.CreateCall(EndCf, {Exec});