Searched refs:VVal (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/FuzzMutate/ |
| H A D | OperationsTest.cpp | 350 Constant *VVal = UndefValue::get(VectorTy); in TEST() local 355 EXPECT_FALSE(EVOp.SourcePreds[0].matches({}, VVal)); in TEST() 359 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, VVal)); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 3080 VVal->setName("AtomicRead"); in TEST_F() 3125 VVal->setName("AtomicRead"); in TEST_F() 3459 VVal->setName("AtomicCapTar"); in TEST_F() 3489 EXPECT_EQ(St->getPointerOperand(), VVal); in TEST_F() 3569 VVal->setName("v"); in TEST_F() 3659 EXPECT_EQ(Store1->getPointerOperand(), VVal); in TEST_F() 3675 EXPECT_EQ(Store2->getPointerOperand(), VVal); in TEST_F() 3703 EXPECT_EQ(Store3->getPointerOperand(), VVal); in TEST_F() 3753 EXPECT_EQ(Store5->getPointerOperand(), VVal); in TEST_F() 3779 EXPECT_EQ(Store7->getPointerOperand(), VVal); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 953 Scatterer VVal = scatter(&SI, FullValue); in visitStoreInst() local 958 Value *Val = VVal[I]; in visitStoreInst()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 3728 auto VVal = ValidatedValues.find(PHIIt.first); in resolveDbgPHIsImpl() local 3729 if (VVal == ValidatedValues.end()) { in resolveDbgPHIsImpl() 3738 ValueToCheck = VVal->second; in resolveDbgPHIsImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 4434 ConstantInt *VVal = SI->findCaseDest(BB); in tryToSimplifyUncondBranchWithICmpInIt() local 4435 assert(VVal && "Should have a unique destination value"); in tryToSimplifyUncondBranchWithICmpInIt() 4436 ICI->setOperand(0, VVal); in tryToSimplifyUncondBranchWithICmpInIt()
|