Lines Matching refs:CondInst
733 Instruction *CondInst = dyn_cast<Instruction>(Condition);
736 if (CondInst == 0) {
744 if (CmpInst *CondCmp = dyn_cast<CmpInst>(CondInst)) {
792 Value *SimplifyValue = CondInst;
808 if (ProcessThreadableEdges(CondInst, BB, Preference))
813 if (PHINode *PN = dyn_cast<PHINode>(CondInst))
819 if (CondInst->getOpcode() == Instruction::Xor &&
820 CondInst->getParent() == BB && isa<BranchInst>(BB->getTerminator()))
821 return ProcessBranchOnXOR(cast<BinaryOperator>(CondInst));