Home
last modified time | relevance | path

Searched refs:VVal (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp350 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 DOpenMPIRBuilderTest.cpp3080 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 DScalarizer.cpp953 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 DInstrRefBasedImpl.cpp3728 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 DSimplifyCFG.cpp4434 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()