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

References

lib/IR/ConstantFold.cpp
  652           bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
  652           bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
  654             Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
  654             Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
  656                                         Idx, DestTy);
  657             return ConstantExpr::getMul(C, Idx);