Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp68 VPValue *getOrCreateVPOperand(Value *IRVal);
102 VPPhi->addOperand(getOrCreateVPOperand(Op)); in fixPhiNodes()
162 VPValue *PlainCFGBuilder::getOrCreateVPOperand(Value *IRVal) { in getOrCreateVPOperand() function in PlainCFGBuilder
204 getOrCreateVPOperand(Br->getCondition()); in createVPInstructionsForVPBB()
223 VPOperands.push_back(getOrCreateVPOperand(Op)); in createVPInstructionsForVPBB()