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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  365                               ConstInt->getValue(), ConstInt->getType());
  365                               ConstInt->getValue(), ConstInt->getType());
  367     Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt->getValue(),
  368                               ConstInt->getType());
  374     ConstPtrUnionType Cand = ConstInt;
  377       ConstIntCandVec.push_back(ConstantCandidate(ConstInt));
  382                    << "Collect constant " << *ConstInt << " from " << *Inst
  384                else dbgs() << "Collect constant " << *ConstInt