reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1373 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Ancestor)) { 1381 Worklist.Add(Ancestor); 1383 } else if (Ancestor->getOpcode() == Instruction::Trunc) { 1389 assert((Ancestor->getOpcode() != Instruction::SExt || NoSignedWrap) && 1392 if (Ancestor == Val) 1397 assert(Ancestor->hasOneUse() && "Drilled down when more than one use!"); 1398 Ancestor = Ancestor->user_back(); 1398 Ancestor = Ancestor->user_back();