Home
last modified time | relevance | path

Searched refs:UndefScalar (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
97 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
97 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
97 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
97 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
97 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty()); in TEST_F() local
84 EXPECT_FALSE(isSplatValue(UndefScalar)); in TEST_F()
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar}); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp83 Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty());
84 EXPECT_FALSE(isSplatValue(UndefScalar));
101 Constant *SplatWithUndefC = ConstantVector::get({ScalarC, UndefScalar});
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1441 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1442 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1471 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1472 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1537 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1538 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1569 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1570 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1537 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1538 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1569 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1570 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1537 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1538 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1569 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1570 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1497 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1498 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1527 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1528 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1560 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1561 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1592 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1593 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1650 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1651 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1683 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1684 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1560 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1561 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1592 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1593 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1650 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1651 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1683 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1684 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1624 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1625 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1656 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1657 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1691 UndefValue *UndefScalar = UndefValue::get(C->getType()->getScalarType()); in foldVectorBinop() local
1692 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop()
1724 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt) in foldVectorBinop()
1725 : ConstantExpr::get(Opcode, CElt, UndefScalar); in foldVectorBinop()

12