Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp165 VPValue *NewVPVal = Plan->getOrAddLiveIn(IRVal); in getOrCreateVPOperand() local
166 IRDef2VPValue[IRVal] = NewVPVal; in getOrCreateVPOperand()
167 return NewVPVal; in getOrCreateVPOperand()