Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
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/
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/Transforms/Utils/
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()