Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp957 Scatterer VVal = scatter(&SI, FullValue); in visitStoreInst() local
962 Value *Val = VVal[I]; in visitStoreInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2226 Value *VVal = Builder.CreateBitCast(Val, VTy); in splitVectorElements() local
2228 Value *Res = vdeal(Builder, sublo(Builder, VVal), subhi(Builder, VVal)); in splitVectorElements()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4204 auto VVal = ValidatedValues.find(PHIIt.first); in resolveDbgPHIsImpl() local
4205 if (VVal == ValidatedValues.end()) { in resolveDbgPHIsImpl()
4214 ValueToCheck = VVal->second; in resolveDbgPHIsImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4601 ConstantInt *VVal = SI->findCaseDest(BB); in tryToSimplifyUncondBranchWithICmpInIt() local
4602 assert(VVal && "Should have a unique destination value"); in tryToSimplifyUncondBranchWithICmpInIt()
4603 ICI->setOperand(0, VVal); in tryToSimplifyUncondBranchWithICmpInIt()