Home
last modified time | relevance | path

Searched refs:hasTargetDAGCombine (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1828 bool hasTargetDAGCombine(ISD::NodeType NT) const { in hasTargetDAGCombine() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2012 TLI.hasTargetDAGCombine((ISD::NodeType)N->getOpcode())) { in combine()