Home
last modified time | relevance | path

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

/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()