Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp601 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
632 isWorthFoldingSHL(V)) in isWorthFolding()
637 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
639 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()