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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14568 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
14569 if (!N11C)
14571 unsigned Mask2 = N11C->getZExtValue();
14904 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
14905 if (!N11C)
14914 unsigned Mask2 = N11C->getZExtValue();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7399 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
7400 if (!N11C || N11C->getZExtValue() != 0xFF)
7414 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
7415 if (!N01C || !N11C)
7417 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
[all...]

Completed in 198 milliseconds