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

References

lib/Analysis/ConstantFolding.cpp
 1163     Ops.push_back(Op);
 1167     return ConstantFoldCompareInstOperands(CI->getPredicate(), Ops[0], Ops[1],
 1167     return ConstantFoldCompareInstOperands(CI->getPredicate(), Ops[0], Ops[1],
 1186   return ConstantFoldInstOperands(I, Ops, DL, TLI);