Home
last modified time | relevance | path

Searched refs:N101C (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2561 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1)); in MatchBSwapHWordLow() local
2562 if (!N101C || N101C->getZExtValue() != 0xFF00) in MatchBSwapHWordLow()
3271 if (ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N101)) { in visitSHL() local
3274 APInt TruncC = N101C->getAPIntValue(); in visitSHL()
3456 if (ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N101)) { in visitSRA() local
3459 APInt TruncC = N101C->getAPIntValue(); in visitSRA()
3643 if (ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N101)) { in visitSRL() local
3646 APInt TruncC = N101C->getAPIntValue(); in visitSRL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4739 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1)); in MatchBSwapHWordLow() local
4742 if (!N101C || (N101C->getZExtValue() != 0xFF00 && in MatchBSwapHWordLow()
4743 N101C->getZExtValue() != 0xFFFF)) in MatchBSwapHWordLow()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3423 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1)); in MatchBSwapHWordLow() local
3424 if (!N101C || N101C->getZExtValue() != 0xFF00) in MatchBSwapHWordLow()