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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp412 static bool isWorthFoldingSHL(SDValue V) { function
443 isWorthFoldingSHL(V))
448 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS))
450 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS))

Completed in 123 milliseconds