reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/Lint.cpp
  703     if (Instruction::isCast(CE->getOpcode())) {
  704       if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
  705                                CE->getOperand(0)->getType(), CE->getType(),
  705                                CE->getOperand(0)->getType(), CE->getType(),
  707         return findValueImpl(CE->getOperand(0), OffsetOk, Visited);
  708     } else if (CE->getOpcode() == Instruction::ExtractValue) {
  709       ArrayRef<unsigned> Indices = CE->getIndices();
  710       if (Value *W = FindInsertedValue(CE->getOperand(0), Indices))