Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1778 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local
1781 PBICond = Builder.CreateNot(PBICond, PBICond->getName()+".not"); in SimplifyCondBranchToCondBranch()
1788 Value *Cond = Builder.CreateOr(PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()
1812 (Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName()+".mux")); in SimplifyCondBranchToCondBranch()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2910 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local
2913 PBICond = Builder.CreateNot(PBICond, PBICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()
2920 Value *Cond = Builder.CreateOr(PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()
2969 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3314 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local
3317 PBICond = Builder.CreateNot(PBICond, PBICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()
3324 Value *Cond = Builder.CreateOr(PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()
3369 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()