Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp342 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
373 isWorthFoldingSHL(V)) in isWorthFolding()
378 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
380 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()