Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp1241 Scatterer VVal = scatter(&SI, FullValue, Layout->VS); in visitStoreInst() local
1246 Value *Val = VVal[I]; in visitStoreInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4253 auto VVal = ValidatedValues.find(PHIIt.first); in resolveDbgPHIsImpl() local
4254 if (VVal == ValidatedValues.end()) { in resolveDbgPHIsImpl()
4263 ValueToCheck = VVal->second; in resolveDbgPHIsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2666 Value *VVal = Builder.CreateBitCast(Val, VTy, "cst"); in splitVectorElements() local
2668 Value *Res = vdeal(Builder, sublo(Builder, VVal), subhi(Builder, VVal)); in splitVectorElements()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4945 ConstantInt *VVal = SI->findCaseDest(BB); in tryToSimplifyUncondBranchWithICmpInIt() local
4946 assert(VVal && "Should have a unique destination value"); in tryToSimplifyUncondBranchWithICmpInIt()
4947 ICI->setOperand(0, VVal); in tryToSimplifyUncondBranchWithICmpInIt()