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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  510   const SCEV *getConstant(ConstantInt *V);

References

include/llvm/Analysis/ScalarEvolutionExpressions.h
  806           return SE.getConstant(cast<ConstantInt>(NV));
lib/Analysis/ScalarEvolution.cpp
  432   return getConstant(ConstantInt::get(getContext(), Val));
  438   return getConstant(ConstantInt::get(ITy, V, isSigned));
 1271     return getConstant(
 1647     return getConstant(
 1953     return getConstant(
 2955       Ops[0] = getConstant(Fold);
 3300         return getConstant(cast<ConstantInt>(ConstantExpr::getUDiv(LHSCV,
 3592       Ops[0] = getConstant(Fold);
 3949     return getConstant(
 3955       V, getConstant(cast<ConstantInt>(Constant::getAllOnesValue(Ty))), Flags);
 3976     return getConstant(
 4000                    getConstant(cast<ConstantInt>(Constant::getAllOnesValue(Ty)));
 6146     return getConstant(CI);
 7468   const SCEV *RHS = getConstant(Switch->findCaseDest(ExitingBlock));
 7481   const SCEV *InVal = SE.getConstant(C);
 7560       return getConstant(ItCst);   // Found terminating iteration!
 8901     LHS = RHS = getConstant(ConstantInt::getFalse(getContext()));
10856     return SE.getConstant(ExitValue);
lib/Analysis/ScalarEvolutionExpander.cpp
  269         const SCEV *Div = SE.getConstant(CI);