Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h446 void ExpandIntRes_Logical (SDNode *N, SDValue &Lo, SDValue &Hi);
H A DLegalizeIntegerTypes.cpp2499 case ISD::XOR: ExpandIntRes_Logical(N, Lo, Hi); break; in ExpandIntegerResult()
3699 void DAGTypeLegalizer::ExpandIntRes_Logical(SDNode *N, in ExpandIntRes_Logical() function in DAGTypeLegalizer