HomeSort by: relevance | last modified time | path
    Searched refs:isAddSubZExt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 3589 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) {
3699 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {
3702 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 8973 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) {
9009 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {
9012 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {

Completed in 108 milliseconds