Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateCondBr

194     Builder.CreateCondBr(isNull, endBB, notNullBB);
258 Builder.CreateCondBr(IsNull, CastNull, CastNotNull);
504 CGF.Builder.CreateCondBr(IsLess, ForBody, AfterFor);
1364 CGF.Builder.CreateCondBr(ShouldCallDelete, continueBB, callDeleteBB);
1556 zeroCheckBranch = Builder.CreateCondBr(iszero, loopBB, loopBB);
1612 Builder.CreateCondBr(done, contBB, loopBB);