Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp414 Instruction *CInst2 = dyn_cast<Instruction>(DomBI2->getCondition()); in MergeIfRegion() local
415 if (!CInst2) in MergeIfRegion()
418 BasicBlock *SecondEntryBlock = CInst2->getParent(); in MergeIfRegion()
485 assert(PBI->getCondition() == CInst2); in MergeIfRegion()
492 auto Cmp2 = dyn_cast<CmpInst>(CInst2); in MergeIfRegion()
496 CInst2 = cast<Instruction>(Builder.CreateNot(CInst2)); in MergeIfRegion()
499 Value *NC = Builder.CreateBinOp(CombineOp, CInst1, CInst2); in MergeIfRegion()
500 PBI->replaceUsesOfWith(CInst2, NC); in MergeIfRegion()