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

Overridden By

lib/Target/AArch64/AArch64ISelLowering.h
  530   bool hasBitPreservingFPLogic(EVT VT) const override {
lib/Target/AMDGPU/SIISelLowering.cpp
 3872 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const {
lib/Target/PowerPC/PPCISelLowering.cpp
15440 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const {
lib/Target/RISCV/RISCVISelLowering.cpp
  324 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const {
lib/Target/X86/X86ISelLowering.h
  838     bool hasBitPreservingFPLogic(EVT VT) const override {

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
10902   if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT))