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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 5981 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
5982 if (!N11C || N11C->getZExtValue() != 0xFF)
5996 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
5997 if (!N01C || !N11C)
5999 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 13533 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
13534 if (!N11C)
13536 unsigned Mask2 = N11C->getZExtValue();
13882 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
13883 if (!N11C)
13892 unsigned Mask2 = N11C->getZExtValue();

Completed in 45 milliseconds