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

Declarations

include/llvm/Analysis/TargetTransformInfo.h
  740   int getIntImmCost(const APInt &Imm, Type *Ty) const;

References

lib/CodeGen/CodeGenPrepare.cpp
 6835   if (TTI->getIntImmCost(GEPIIdx->getValue(), GEPIIdx->getType())
 6884     if (TTI->getIntImmCost(UGEPIIdx->getValue(), UGEPIIdx->getType())
 6895     unsigned ImmCost = TTI->getIntImmCost(NewIdx, GEPIIdx->getType());
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
  235     MatCost = TTI.getIntImmCost(IncomingC->getValue(), IncomingC->getType());