HomeSort by: relevance | last modified time | path
    Searched defs:N1C (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp 409 auto *N1C = dyn_cast<ConstantSDNode>(Node->getOperand(1));
410 if (N1C) {
411 uint64_t ShAmt = N1C->getZExtValue();
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 1638 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1642 if (N0C && !N1C)
1646 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1656 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
1674 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1678 if (N0C && N0C->isNullValue() && N1C && N1C->isNullValue()) {
1693 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 2727 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
2728 if (N0C && !N1C)
2864 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
2865 if (N0C && !N1C)
2884 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
2885 if (N0C && !N1C)
2923 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
2924 if (N0C && !N1C)
3267 ConstantSDNode *N1C = getAsNonOpaqueConstant(N1);
3270 if (N1C) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 13270 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N->getOperand(1));
13271 if (!N1C)
13274 uint32_t C1 = (uint32_t)N1C->getZExtValue();
13513 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
13514 if (N1C) {
13515 unsigned Val = N1C->getZExtValue();

Completed in 82 milliseconds