Home
last modified time | relevance | path

Searched refs:ExplicitGuard (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMakeGuardsExplicit.cpp62 BranchInst *ExplicitGuard = cast<BranchInst>(BB->getTerminator()); in turnToExplicitForm() local
63 assert(ExplicitGuard->isConditional() && "Must be!"); in turnToExplicitForm()
68 IRBuilder<> B(ExplicitGuard); in turnToExplicitForm()
74 B.CreateAnd(ExplicitGuard->getCondition(), WidenableCondition); in turnToExplicitForm()
76 ExplicitGuard->setCondition(NewCond); in turnToExplicitForm()