Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3774 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local
3777 PBICond = Builder.CreateNot(PBICond, PBICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()
3785 createLogicalOp(Builder, Instruction::Or, PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()
3837 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()