Searched refs:PerformExtendCombine (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14092 /// PerformExtendCombine - Target-specific DAG combining for ISD::SIGN_EXTEND,
14094 static SDValue PerformExtendCombine(SDNode *N, SelectionDAG &DAG, function
14657 case ISD::ANY_EXTEND: return PerformExtendCombine(N, DCI.DAG, Subtarget);

Completed in 97 milliseconds