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

Overridden By

lib/Target/PowerPC/PPCISelLowering.h
  853     bool convertSelectOfConstantsToMath(EVT VT) const override {
lib/Target/X86/X86ISelLowering.cpp
 4914 bool X86TargetLowering::convertSelectOfConstantsToMath(EVT VT) const {

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 8265     if (TLI.convertSelectOfConstantsToMath(VT)) {
 8623       !TLI.convertSelectOfConstantsToMath(VT) ||
 9599     if (!VT.isVector() && !TLI.convertSelectOfConstantsToMath(VT)) {