Home
last modified time | relevance | path

Searched refs:And2 (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/tests/carddatabase/
H A Dfilter_string_test.cpp39 Query(And2, cat, "t:creature t:sorcery", false)
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cba/
H A DcbaBlast.c303 int And2 = Gia_ManHashAnd(pNew, c, Xor); in Cba_BlastFullAdder() local
305 *pc = Gia_ManHashOr (pNew, And1, And2); in Cba_BlastFullAdder()
312 int And2 = Gia_ManHashAnd(pNew, c, Xor); in Cba_BlastFullAdder() local
314 *ps = Abc_LitNot(Gia_ManHashOr(pNew, And2, And2_)); in Cba_BlastFullAdder()
315 *pc = Gia_ManHashOr (pNew, And1, And2); in Cba_BlastFullAdder()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_expr_pylike_eval_test.cc268 TEST_RESULT(And2, "0 and 3", 0.0)
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcBlast.c331 int And2 = Gia_ManHashAnd(pNew, c, Xor); in Wlc_BlastFullAdder() local
333 *pc = Gia_ManHashOr (pNew, And1, And2); in Wlc_BlastFullAdder()
340 int And2 = Gia_ManHashAnd(pNew, c, Xor); in Wlc_BlastFullAdder() local
342 *ps = Gia_ManHashAnd(pNew, Abc_LitNot(And2), Abc_LitNot(And2_)); in Wlc_BlastFullAdder()
343 *pc = Gia_ManHashOr (pNew, And1, And2); in Wlc_BlastFullAdder()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/
H A DObservableJoinsTest.cs51 public void And2() in And2() method in ReactiveTests.Tests.ObservableWhensTest
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineCompares.cpp2994 Value *And2 = Builder->CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
2995 return new ICmpInst(I.getPredicate(), And1, And2); in foldICmpBinOp()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2136 SDValue And2 = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, in ExpandLegalINT_TO_FP() local
2139 And2, DAG.getConstant(UINT64_C(0), MVT::i64), ISD::SETNE); in ExpandLegalINT_TO_FP()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineCompares.cpp3353 Value* And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
3354 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3396 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
3397 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3319 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask);
3320 return new ICmpInst(Pred, And1, And2);
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3640 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
3641 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4081 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4082 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4005 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4006 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4158 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4159 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4023 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4024 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4005 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4006 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4158 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4159 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4054 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4055 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4022 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4023 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4158 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4159 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4005 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4006 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4158 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4159 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4054 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4055 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4158 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4159 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2425 SDValue And2 = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, in ExpandLegalINT_TO_FP() local
2427 SDValue Ne = DAG.getSetCC(dl, getSetCCResultType(MVT::i64), And2, in ExpandLegalINT_TO_FP()

12