Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h374 SDValue PromoteIntRes_ABS(SDNode *N);
H A DLegalizeIntegerTypes.cpp258 case ISD::ABS: Res = PromoteIntRes_ABS(N); break; in PromoteIntegerResult()
1771 SDValue DAGTypeLegalizer::PromoteIntRes_ABS(SDNode *N) { in PromoteIntRes_ABS() function in DAGTypeLegalizer