Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h454 void ExpandIntRes_PARITY (SDNode *N, SDValue &Lo, SDValue &Hi);
H A DLegalizeIntegerTypes.cpp2423 case ISD::PARITY: ExpandIntRes_PARITY(N, Lo, Hi); break; in ExpandIntegerResult()
3271 void DAGTypeLegalizer::ExpandIntRes_PARITY(SDNode *N, SDValue &Lo, in ExpandIntRes_PARITY() function in DAGTypeLegalizer