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

Declarations

lib/Analysis/Lint.cpp
  123     Value *findValue(Value *V, bool OffsetOk) const;

References

lib/Analysis/Lint.cpp
  231   if (Function *F = dyn_cast<Function>(findValue(Callee,
  309         Value *Obj = findValue(Arg, /*OffsetOk=*/true);
  338               dyn_cast<ConstantInt>(findValue(MCI->getLength(),
  407     Value *Obj = findValue(V, /*OffsetOk=*/true);
  422   Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true);
  529   if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(1),
  537           dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
  544           dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
  627   if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getIndexOperand(),
  634   if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(2),