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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  364     Cost = TTI->getIntImmCost(IntrInst->getIntrinsicID(), Idx,
  367     Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt->getValue(),
  380     ConstIntCandVec[Itr->second].addUser(Inst, Idx, Cost);
  381     LLVM_DEBUG(if (isa<ConstantInt>(Inst->getOperand(Idx))) dbgs()
  386                            << *Inst->getOperand(Idx) << " with cost " << Cost