Home | History | Annotate | Download | only in Utils

Lines Matching refs:getNormalDest

2865     BranchInst::Create(II->getNormalDest(), II);
3061 BranchInst *BI = Builder.CreateBr(II->getNormalDest());