Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1808 Value *PBIV = PN->getIncomingValue(PBBIdx); in SimplifyCondBranchToCondBranch() local
1809 if (BIV != PBIV) { in SimplifyCondBranchToCondBranch()
1812 (Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName()+".mux")); in SimplifyCondBranchToCondBranch()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2876 Value *PBIV = PN->getIncomingValue(PBBIdx); in SimplifyCondBranchToCondBranch() local
2877 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(PBIV)) in SimplifyCondBranchToCondBranch()
2965 Value *PBIV = PN->getIncomingValue(PBBIdx); in SimplifyCondBranchToCondBranch() local
2966 if (BIV != PBIV) { in SimplifyCondBranchToCondBranch()
2969 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()