Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h355 SDValue PromoteIntRes_ABS(SDNode *N);
H A DLegalizeIntegerTypes.cpp184 case ISD::ABS: Res = PromoteIntRes_ABS(N); break; in PromoteIntegerResult()
1347 SDValue DAGTypeLegalizer::PromoteIntRes_ABS(SDNode *N) { in PromoteIntRes_ABS() function in DAGTypeLegalizer