Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h401 SDValue PromoteIntOp_FunnelShift(SDNode *N);
H A DLegalizeIntegerTypes.cpp1983 case ISD::FSHR: Res = PromoteIntOp_FunnelShift(N); break; in PromoteIntegerOperand()
2307 SDValue DAGTypeLegalizer::PromoteIntOp_FunnelShift(SDNode *N) { in PromoteIntOp_FunnelShift() function in DAGTypeLegalizer