Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2550 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1)); in MatchBSwapHWordLow() local
2551 if (!N001C || N001C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4728 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1)); in MatchBSwapHWordLow() local
4729 if (!N001C || N001C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
6758 if (auto N001C = isConstOrConstSplat(N0.getOperand(0).getOperand(1))) { in visitSRL() local
6759 uint64_t c1 = N001C->getZExtValue(); in visitSRL()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3412 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1)); in MatchBSwapHWordLow() local
3413 if (!N001C || N001C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()