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

References

lib/Analysis/ScalarEvolutionExpander.cpp
  110   Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
  115   assert(SE.getTypeSizeInBits(V->getType()) == SE.getTypeSizeInBits(Ty) &&
  120     if (V->getType() == Ty)
  121       return V;
  122     if (CastInst *CI = dyn_cast<CastInst>(V)) {
  129       SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(V->getType())) {
  130     if (CastInst *CI = dyn_cast<CastInst>(V))
  136     if (ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
  145   if (Constant *C = dyn_cast<Constant>(V))
  150   if (Argument *A = dyn_cast<Argument>(V)) {
  161   Instruction *I = cast<Instruction>(V);