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

References

lib/Analysis/ScalarEvolution.cpp
 7826       Operands[i] = dyn_cast<Constant>(I->getOperand(i));
 7827       if (!Operands[i]) return nullptr;
 7833     Operands[i] = C;
 7837     return ConstantFoldCompareInstOperands(CI->getPredicate(), Operands[0],
 7838                                            Operands[1], DL, TLI);
 7841       return ConstantFoldLoadFromConstPtr(Operands[0], LI->getType(), DL);
 7843   return ConstantFoldInstOperands(I, Operands, DL, TLI);