Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3859 Value *BICond = VMap[BI->getCondition()]; in performBranchToCommonDestFolding() local
3861 createLogicalOp(Builder, Opc, PBI->getCondition(), BICond, "or.cond")); in performBranchToCommonDestFolding()
4521 Value *BICond = BI->getCondition(); in SimplifyCondBranchToCondBranch() local
4523 BICond = Builder.CreateNot(BICond, BICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()
4527 createLogicalOp(Builder, Instruction::Or, PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()