reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1403 if (ConstantInt *Cond = dyn_cast<ConstantInt>(V)) { 1405 Type *Int8Ty = Type::getInt8Ty(V->getContext()); 1415 } else if (isa<Constant>(V)) { 1422 Constant *True = ConstantInt::getTrue(V->getContext()); 1430 Changed |= propagateEquality(V, True, Edge, false); 1436 ReplaceOperandsWithMap[V] = True; 1453 if (auto *CmpI = dyn_cast<CmpInst>(V)) {