Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp910 Scatterer VVal = scatter(&SI, FullValue); in visitStoreInst() local
915 Value *Val = VVal[I]; in visitStoreInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4054 auto VVal = ValidatedValues.find(PHIIt.first); in resolveDbgPHIs() local
4055 if (VVal == ValidatedValues.end()) { in resolveDbgPHIs()
4064 ValueToCheck = VVal->second; in resolveDbgPHIs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4052 ConstantInt *VVal = SI->findCaseDest(BB); in tryToSimplifyUncondBranchWithICmpInIt() local
4053 assert(VVal && "Should have a unique destination value"); in tryToSimplifyUncondBranchWithICmpInIt()
4054 ICI->setOperand(0, VVal); in tryToSimplifyUncondBranchWithICmpInIt()