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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3348 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
3349 if (!N11C || N11C->getZExtValue() != 0xFF)
3364 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
3365 if (!N01C || !N11C)
3367 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8984 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
8985 if (!N11C)
8987 unsigned Mask2 = N11C->getZExtValue();
9148 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
9149 if (!N11C)
9158 unsigned Mask2 = N11C->getZExtValue();

Completed in 855 milliseconds