reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5728 if (!Visited.insert(I).second) 5732 if (auto *Phi = dyn_cast<PHINode>(I)) { 5738 switch (I->getOpcode()) { 5740 auto *AndC = dyn_cast<ConstantInt>(I->getOperand(1)); 5748 if (AndBits == WidestAndBits && I->getOperand(0) == Load) 5749 AndsToMaybeRemove.push_back(I); 5754 auto *ShlC = dyn_cast<ConstantInt>(I->getOperand(1)); 5763 EVT TruncVT = TLI->getValueType(*DL, I->getType());