Home
last modified time | relevance | path

Searched refs:C1I (Results 201 – 225 of 245) sorted by relevance

12345678910

/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp404 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
405 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
407 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/asl/asl-current/include/s12z/
H A Ds12ztim.inc99 C1I s12zbit TIE,1
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp415 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
416 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
418 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp415 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
416 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
418 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp412 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
413 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
415 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp415 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
416 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
418 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp412 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
413 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
415 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp415 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
416 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
418 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp393 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
394 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
396 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp397 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
398 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
400 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp397 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
398 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
400 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp422 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
423 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
425 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp422 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
423 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
425 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp422 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
423 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
425 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp431 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
432 if (!C1I.isZero() && !C2I.isZero()) // One side must be zero. in isSelect01()
434 return C1I.isOne() || C1I.isAllOnes() || C2I.isOne() || C2I.isAllOnes(); in isSelect01()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp422 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
423 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
425 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp422 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
423 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
425 return C1I.isOneValue() || C1I.isAllOnesValue() || in isSelect01()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/resources/themes/
H A Dambiance.rstheme168 …uSRgniM23bIHVkqwx4hiHd7smaOyglyIyQuM978j4VS08J/A2G1KeMBRo4fBaSNhKUEZfQewVQ/C1I+MgfbEleEzCUw7mKXI0M…
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/jquery/external/sizzle/dist/
H A Dsizzle.min.map1 …ER,OAASgP,EAAU2E,EAAgBxO,KAClC,GAAK6J,EAAStN,EAAM4D,GAAWxF,EAAUmO,GAAO,CAC/C1I,EAAQjE,KAAMI,EACd,O…
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/test_data/
H A DBlock_regress.Lip.csv758 N1=C(N2CCOCC2)N=CC=C1I,4,0,5,1
843 C1=C(N=CN=C1I)C2C=CC=CC=2,2,0,3,1
1158 C1(C(=CNC=C1I)I)=O,1,1,4,0
2925 C1(=C(SC(=C1I)C)C)C(=O)O,2,1,4,1
3004 C1(=C(SC(=C1I)C)C)C(=O)OC,3,0,4,2
3059 C1(C2=C(SC(=C2I)I)C)=C(SC(=C1I)I)C,2,0,6,1
3074 C1(=C(SC(=C1I)CCCCCC(=O)O)I)I,2,1,6,6
3111 S1C(=C(I)C=C1I)Br,1,0,4,0
3164 C1(=C(OC(=C1I)C)C)C(=O)OCC,3,0,4,3
H A DNCI_5K_TPSA.csv294 CC1=CC(=CC=C1I)[N+]([O-])=O,43.14
2578 OC1=C(I)C=C(I)C=C1I,20.23
3499 OC1=C2N=CC=CC2=C(Cl)C=C1I,33.12
3747 OC1=C2N=CC=CC2=C(C=C1I)S(O)(=O)=O,87.49
4456 NC1=C(C=C(I)C=C1I)C(O)=O,63.32
4553 NC1=C(I)C=C(C=C1I)[N+]([O-])=O,69.16
4841 OC1=C(I)C=C(C=C1I)C2(OC(=O)C3=C2C=CC=C3)C4=CC(=C(O)C(=C4)I)I,66.76
H A Dtpsa_regr.csv294 CC1=CC(=CC=C1I)[N+]([O-])=O,43.14
2579 OC1=C(I)C=C(I)C=C1I,20.23
3500 OC1=C2N=CC=CC2=C(Cl)C=C1I,33.12
3748 OC1=C2N=CC=CC2=C(C=C1I)S(O)(=O)=O,87.49
4459 NC1=C(C=C(I)C=C1I)C(O)=O,63.32
4556 NC1=C(I)C=C(C=C1I)[N+]([O-])=O,69.16
4844 OC1=C(I)C=C(C=C1I)C2(OC(=O)C3=C2C=CC=C3)C4=CC(=C(O)C(=C4)I)I,66.76
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/test_data/
H A DcanonSmiles.smi293 CC1=CC(=CC=C1I)[N+]([O-])=O 293
1754 N1=C(N2CCOCC2)N=CC=C1I C8H10IN3O
1839 C1=C(N=CN=C1I)C2C=CC=CC=2 C10H7IN2
/dports/science/rdkit/rdkit-Release_2021_03_5/Data/NCI/
H A Dfirst_5k.tpsa.csv294 CC1=CC(=CC=C1I)[N+]([O-])=O,43.14
2578 OC1=C(I)C=C(I)C=C1I,20.23
3499 OC1=C2N=CC=CC2=C(Cl)C=C1I,33.12
3747 OC1=C2N=CC=CC2=C(C=C1I)S(O)(=O)=O,87.49
4456 NC1=C(C=C(I)C=C1I)C(O)=O,63.32
4553 NC1=C(I)C=C(C=C1I)[N+]([O-])=O,69.16
4841 OC1=C(I)C=C(C=C1I)C2(OC(=O)C3=C2C=CC=C3)C4=CC(=C(O)C(=C4)I)I,66.76
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/test_data/QED/
H A DNCI_5000_qed.csv294 CC1=CC(=CC=C1I)[N+]([O-])=O,0.44354051754558066
2574 OC1=C(I)C=C(I)C=C1I,0.5763182183479894
3493 OC1=C2N=CC=CC2=C(Cl)C=C1I,0.7583081059543383
3741 OC1=C2N=CC=CC2=C(C=C1I)S(O)(=O)=O,0.6043082428204283
4449 NC1=C(C=C(I)C=C1I)C(O)=O,0.5721863451632633
4545 NC1=C(I)C=C(C=C1I)[N+]([O-])=O,0.3467923535759402
4821 OC1=C(I)C=C(C=C1I)C2(OC(=O)C3=C2C=CC=C3)C4=CC(=C(O)C(=C4)I)I,0.2471195251494317

12345678910