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

References

lib/Analysis/BasicAliasAnalysis.cpp
  281   assert(V->getType()->isIntegerTy() && "Not an integer value");
  287     return V;
  290   if (const ConstantInt *Const = dyn_cast<ConstantInt>(V)) {
  298     return V;
  301   if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(V)) {
  314         return V;
  322           return V;
  326         V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
  331         V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
  336         V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
  342         V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
  354           return V;
  362         return V;
  369       return V;
  376   if (isa<SExtInst>(V) || isa<ZExtInst>(V)) {
  376   if (isa<SExtInst>(V) || isa<ZExtInst>(V)) {
  377     Value *CastOp = cast<CastInst>(V)->getOperand(0);
  378     unsigned NewWidth = V->getType()->getPrimitiveSizeInBits();
  389     if (isa<SExtInst>(V) && ZExtBits == 0) {
  427   return V;