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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1299 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N01); local
1301 if (N01C && N00.getOpcode() == ISD::ADD && N00.getNode()->hasOneUse() &&
2513 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
2514 if (!N01C || N01C->getZExtValue() != 0xFF00)
2538 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
2540 if (!N01C || !N11C)
2542 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
3141 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
3146 if (N01C)
3421 const ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3375 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
3376 if (!N01C || N01C->getZExtValue() != 0xFF00)
3400 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
3402 if (!N01C || !N11C)
3404 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
4241 if (const ConstantSDNode *N01C = getAsNonOpaqueConstant(N0.getOperand(1))) {
4245 N01C->getAPIntValue(), DL, VT));
4368 // (truncate:TruncVT (and N00, N01C)) -> (and (truncate:TruncVT N00), TruncC)
4372 if (ConstantSDNode *N01C
4678 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1)); local
[all...]

Completed in 92 milliseconds