reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
575 unsigned BitWidth = cast<IntegerType>(V->getType())->getBitWidth(); 578 User *U = dyn_cast<User>(V); 582 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { 585 } else if (BinaryOperator *BO = dyn_cast<BinaryOperator>(V)) { 589 } else if (isa<TruncInst>(V)) { 593 } else if (isa<SExtInst>(V)) { 596 } else if (isa<ZExtInst>(V)) {