Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:PHIOp

7580       const Value *PHIOp = PN->getIncomingValueForBlock(LLVMBB);
7582 if (const Constant *C = dyn_cast<Constant>(PHIOp)) {
7591 FuncInfo.ValueMap.find(PHIOp);
7595 assert(isa<AllocaInst>(PHIOp) &&
7596 FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(PHIOp)) &&
7598 Reg = FuncInfo.CreateRegs(PHIOp->getType());
7599 CopyValueToVirtualRegister(PHIOp, Reg);