reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1143 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); 1155 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), 1155 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), 1166 if (CondCmp->use_empty()) 1167 CondCmp->eraseFromParent(); 1175 else if (CondCmp->getParent() == BB) { 1177 ConstantInt::getTrue(CondCmp->getType()) : 1178 ConstantInt::getFalse(CondCmp->getType()); 1179 ReplaceFoldableUses(CondCmp, CI); 1188 if (TryToUnfoldSelect(CondCmp, BB))