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

References

lib/Analysis/DependenceAnalysis.cpp
 2383         assert(!Constant && "Surprised to find multiple constants");
 2384         Constant = cast<SCEVConstant>(Operand);
 2400   if (!Constant)
 2402   APInt ConstDelta = cast<SCEVConstant>(Constant)->getAPInt();
 2446         Constant = getConstantPart(Coeff);
 2447         if (!Constant)
 2449         APInt ConstCoeff = Constant->getAPInt();
 2463         Constant = getConstantPart(Coeff);
 2464         if (!Constant)
 2466         APInt ConstCoeff = Constant->getAPInt();
 2474     Constant = getConstantPart(Delta);
 2475     if (!Constant)
 2479     APInt ConstCoeff = Constant->getAPInt();