Searched refs:PtrV (Results 1 – 5 of 5) sorted by relevance
1156 const Value *PtrV = I->getOperand(1); in SelectStore() local1160 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore()1165 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore()
1098 const Value *PtrV = I->getOperand(1); in X86SelectStore() local1102 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()1107 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
2078 const Value *PtrV = I->getOperand(1); in selectStore() local2082 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore()2087 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore()
3622 const Value *PtrV = I.getOperand(1); in visitStore() local3628 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore()3633 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore()3651 SDValue Ptr = getValue(PtrV); in visitStore()3682 Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()
3252 const Value *PtrV = I.getOperand(1); in visitStore() local3265 SDValue Ptr = getValue(PtrV); in visitStore()3289 Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()