Searched refs:getOrCreateVPOperand (Results 1 – 1 of 1) sorted by relevance
63 VPValue *getOrCreateVPOperand(Value *IRVal);105 getOrCreateVPOperand(Phi->getIncomingValueForBlock(Pred))); in fixHeaderPhis()147 VPValue *PlainCFGBuilder::getOrCreateVPOperand(Value *IRVal) { in getOrCreateVPOperand() function in PlainCFGBuilder189 VPValue *Cond = getOrCreateVPOperand(Br->getCondition()); in createVPInstructionsForVPBB()198 SmallVector<VPValue *> Ops = {getOrCreateVPOperand(SI->getCondition())}; in createVPInstructionsForVPBB()200 Ops.push_back(getOrCreateVPOperand(Case.getCaseValue())); in createVPInstructionsForVPBB()222 getOrCreateVPOperand(Phi->getIncomingValue(I)); in createVPInstructionsForVPBB()233 VPOperands.push_back(getOrCreateVPOperand(Op)); in createVPInstructionsForVPBB()333 getOrCreateVPOperand(Phi.getIncomingValueForBlock(Pred))); in buildPlainCFG()