Home
last modified time | relevance | path

Searched refs:N0C1 (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7619 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7620 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
7639 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7640 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
7641 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7612 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7613 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
7632 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7633 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
7634 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7619 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7620 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
7639 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7640 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
7641 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7402 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7403 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
7422 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7423 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
7424 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8145 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8146 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8165 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8166 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8167 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7991 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7992 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8011 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8012 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8013 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8375 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8376 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8395 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8396 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8397 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8181 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8182 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8201 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8202 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8203 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7898 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7899 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
7918 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
7919 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
7920 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8375 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8376 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8395 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8396 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8397 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8375 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8376 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8395 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8396 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8397 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8181 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8182 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8201 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8202 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8203 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8375 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8376 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8395 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8396 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8397 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8375 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8376 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8395 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8396 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8397 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6616 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
6617 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
6634 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
6635 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6441 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
6442 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
6458 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
6459 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8393 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8394 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
8413 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
8414 if (N0C1->getAPIntValue().ult(OpSizeInBits)) { in visitSHL()
8415 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()