reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
119 assert(V != nullptr && "Null pointer of Value???"); 122 Type *VTy = V->getType(); 128 if (isa<Constant>(V)) { 129 computeKnownBits(V, Known, Depth, CxtI); 140 Instruction *I = dyn_cast<Instruction>(V); 142 computeKnownBits(V, Known, Depth, CxtI); 158 if (Depth == 0 && !V->hasOneUse()) 748 computeKnownBits(V, Known, Depth, CxtI);