Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DOperationsTest.cpp351 Constant *VVal = UndefValue::get(VectorTy); in TEST() local
356 EXPECT_FALSE(EVOp.SourcePreds[0].matches({}, VVal)); in TEST()
360 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, VVal)); in TEST()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1967 ConstantInt *VVal = SI->findCaseDest(BB); in TryToSimplifyUncondBranchWithICmpInIt() local
1968 assert(VVal && "Should have a unique destination value"); in TryToSimplifyUncondBranchWithICmpInIt()
1969 ICI->setOperand(0, VVal); in TryToSimplifyUncondBranchWithICmpInIt()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3170 ConstantInt *VVal = SI->findCaseDest(BB); in TryToSimplifyUncondBranchWithICmpInIt() local
3171 assert(VVal && "Should have a unique destination value"); in TryToSimplifyUncondBranchWithICmpInIt()
3172 ICI->setOperand(0, VVal); in TryToSimplifyUncondBranchWithICmpInIt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3565 ConstantInt *VVal = SI->findCaseDest(BB); in tryToSimplifyUncondBranchWithICmpInIt() local
3566 assert(VVal && "Should have a unique destination value"); in tryToSimplifyUncondBranchWithICmpInIt()
3567 ICI->setOperand(0, VVal); in tryToSimplifyUncondBranchWithICmpInIt()