Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:ConstantPointerNull

515   if (isa<ConstantPointerNull>(OtherOp))
733 if (isa<ConstantPointerNull>(CI->getOperand(0)))
734 CI->setOperand(0, ConstantPointerNull::get(NewTy));
736 if (isa<ConstantPointerNull>(CI->getOperand(1)))
737 CI->setOperand(1, ConstantPointerNull::get(NewTy));
755 if (isa<ConstantPointerNull>(SI->getOperand(1)))
756 SI->setOperand(1, ConstantPointerNull::get(NewTy));
758 if (isa<ConstantPointerNull>(SI->getOperand(2)))
759 SI->setOperand(2, ConstantPointerNull::get(NewTy));
762 if (isa<ConstantPointerNull>(Phi->getIncomingValue(I)))
763 Phi->setIncomingValue(I, ConstantPointerNull::get(NewTy));