Home
last modified time | relevance | path

Searched refs:preferABDSToABSWithNSW (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1060 bool preferABDSToABSWithNSW(EVT VT) const override;
H A DX86ISelLowering.cpp57941 bool X86TargetLowering::preferABDSToABSWithNSW(EVT VT) const { in preferABDSToABSWithNSW() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h912 virtual bool preferABDSToABSWithNSW(EVT VT) const { in preferABDSToABSWithNSW() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10952 TLI.preferABDSToABSWithNSW(VT)) { in foldABSToABD()