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.cpp4516 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local
4519 PBICond = Builder.CreateNot(PBICond, PBICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()
4527 createLogicalOp(Builder, Instruction::Or, PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()
4579 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()