Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2815 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local
2818 PBICond = Builder.CreateNot(PBICond, PBICond->getName()+".not"); in SimplifyCondBranchToCondBranch()
2825 Value *Cond = Builder.CreateOr(PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()
2874 (Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName()+".mux")); in SimplifyCondBranchToCondBranch()