Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h191 SDValue TryExpandADDWithMul(SDNode *Op, SelectionDAG &DAG) const;
H A DXCoreISelLowering.cpp624 TryExpandADDWithMul(SDNode *N, SelectionDAG &DAG) const in TryExpandADDWithMul() function in XCoreTargetLowering
691 if (SDValue Result = TryExpandADDWithMul(N, DAG)) in ExpandADDSUB()