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.cpp1142 Scatterer VVal = scatter(&SI, FullValue, Layout->VS); in visitStoreInst() local
1147 Value *Val = VVal[I]; in visitStoreInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4196 auto VVal = ValidatedValues.find(PHIIt.first); in resolveDbgPHIsImpl() local
4197 if (VVal == ValidatedValues.end()) { in resolveDbgPHIsImpl()
4206 ValueToCheck = VVal->second; in resolveDbgPHIsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2665 Value *VVal = Builder.CreateBitCast(Val, VTy, "cst"); in splitVectorElements() local
2667 Value *Res = vdeal(Builder, sublo(Builder, VVal), subhi(Builder, VVal)); in splitVectorElements()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4726 ConstantInt *VVal = SI->findCaseDest(BB); in tryToSimplifyUncondBranchWithICmpInIt() local
4727 assert(VVal && "Should have a unique destination value"); in tryToSimplifyUncondBranchWithICmpInIt()
4728 ICI->setOperand(0, VVal); in tryToSimplifyUncondBranchWithICmpInIt()