Searched refs:N11C (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3012 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
3013 if (!N11C || N11C->getZExtValue() != 0xFF)
3028 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
3029 if (!N01C || !N11C)
3031 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8294 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
8295 if (!N11C)
8297 unsigned Mask2 = N11C->getZExtValue();
8382 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
8383 if (!N11C)
8389 unsigned Mask2 = N11C->getZExtValue();

Completed in 167 milliseconds