Searched refs:PerformSHLSimplify (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11758 // conflict with PerformSHLSimplify. (We could try to detect when
11759 // PerformSHLSimplify would trigger more precisely, but it isn't
11784 static SDValue PerformSHLSimplify(SDNode *N, function
11896 if (SDValue Result = PerformSHLSimplify(N, DCI, Subtarget))
12214 if (SDValue Result = PerformSHLSimplify(N, DCI, Subtarget))
12578 if (SDValue Result = PerformSHLSimplify(N, DCI, Subtarget))
12598 if (SDValue Result = PerformSHLSimplify(N, DCI, Subtarget))

Completed in 145 milliseconds