Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2494 Value *BICond = BI->getCondition(); in SimplifyCondBranchToCondBranch() local
2496 BICond = Builder.CreateNot(BICond, BICond->getName()+".not"); in SimplifyCondBranchToCondBranch()
2499 Value *Cond = Builder.CreateOr(PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()