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

References

lib/Analysis/ConstantFolding.cpp
 1101     Ops.push_back(NewC);
 1106       return ConstantFoldCompareInstOperands(CE->getPredicate(), Ops[0], Ops[1],
 1106       return ConstantFoldCompareInstOperands(CE->getPredicate(), Ops[0], Ops[1],
 1109     return ConstantFoldInstOperandsImpl(CE, CE->getOpcode(), Ops, DL, TLI);
 1113   return ConstantVector::get(Ops);