Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h384 SDValue PromoteIntOp_FunnelShift(SDNode *N);
H A DLegalizeIntegerTypes.cpp1689 case ISD::FSHR: Res = PromoteIntOp_FunnelShift(N); break; in PromoteIntegerOperand()
1995 SDValue DAGTypeLegalizer::PromoteIntOp_FunnelShift(SDNode *N) { in PromoteIntOp_FunnelShift() function in DAGTypeLegalizer