Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h360 SDValue PromoteIntRes_ABS(SDNode *N);
H A DLegalizeIntegerTypes.cpp217 case ISD::ABS: Res = PromoteIntRes_ABS(N); break; in PromoteIntegerResult()
1486 SDValue DAGTypeLegalizer::PromoteIntRes_ABS(SDNode *N) { in PromoteIntRes_ABS() function in DAGTypeLegalizer