Home
last modified time | relevance | path

Searched refs:isEqualityCmpFoldedWithSignedCmp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h814 bool isEqualityCmpFoldedWithSignedCmp() const override { in isEqualityCmpFoldedWithSignedCmp() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h718 virtual bool isEqualityCmpFoldedWithSignedCmp() const { return true; } in isEqualityCmpFoldedWithSignedCmp() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1847 if (!EnableICMP_EQToICMP_ST && TLI.isEqualityCmpFoldedWithSignedCmp()) in foldICmpWithDominatingICmp()