Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp63 VPValue *getOrCreateVPOperand(Value *IRVal);
147 VPValue *PlainCFGBuilder::getOrCreateVPOperand(Value *IRVal) { in getOrCreateVPOperand() argument
148 auto VPValIt = IRDef2VPValue.find(IRVal); in getOrCreateVPOperand()
161 assert(isExternalDef(IRVal) && "Expected external definition as operand."); in getOrCreateVPOperand()
165 VPValue *NewVPVal = Plan->getOrAddLiveIn(IRVal); in getOrCreateVPOperand()
166 IRDef2VPValue[IRVal] = NewVPVal; in getOrCreateVPOperand()