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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2523 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
2524 if (!N11C || N11C->getZExtValue() != 0xFF)
2539 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
2540 if (!N01C || !N11C)
2542 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9397 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
9398 if (!N11C)
9400 unsigned Mask2 = N11C->getZExtValue();
9560 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
9561 if (!N11C)
9570 unsigned Mask2 = N11C->getZExtValue();
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp6821 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
6822 if (!N11C)
6824 unsigned Mask2 = N11C->getZExtValue();
6890 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
6891 if (!N11C)
6897 unsigned Mask2 = N11C->getZExtValue();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3385 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
3386 if (!N11C || N11C->getZExtValue() != 0xFF)
3401 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
3402 if (!N01C || !N11C)
3404 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)

Completed in 245 milliseconds