Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4666 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local
4669 PBICond = Builder.CreateNot(PBICond, PBICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()
4677 createLogicalOp(Builder, Instruction::Or, PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()
4729 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()