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

References

lib/Target/X86/X86FastISel.cpp
 2167     const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS);
 2169       CmpRHS = CmpLHS;
 2179     std::swap(CmpLHS, CmpRHS);
 2193   unsigned CmpRHSReg = getRegForValue(CmpRHS);
 2194   bool CmpRHSIsKill = hasTrivialKill(CmpRHS);
 2196   if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS)