Lines Matching refs:RejectUser
673 const auto RejectUser = [&](Instruction *Inst, Twine Msg) { in tryPromoteAllocaToVector() local
694 return RejectUser(Inst, "pointer is being stored"); in tryPromoteAllocaToVector()
698 return RejectUser(Inst, "unsupported load/store as aggregate"); in tryPromoteAllocaToVector()
705 return RejectUser(Inst, "not a simple load or store"); in tryPromoteAllocaToVector()
717 return RejectUser(Inst, "not a supported access type"); in tryPromoteAllocaToVector()
736 return RejectUser(Inst, "cannot compute vector index for GEP"); in tryPromoteAllocaToVector()
753 return RejectUser(Inst, "mem transfer inst is volatile"); in tryPromoteAllocaToVector()
757 return RejectUser(Inst, "mem transfer inst length is non-constant or " in tryPromoteAllocaToVector()
780 return RejectUser(Inst, "could not calculate constant dest index"); in tryPromoteAllocaToVector()
787 return RejectUser(Inst, "could not calculate constant src index"); in tryPromoteAllocaToVector()
803 return RejectUser(Inst, "assume-like intrinsic cannot have any users"); in tryPromoteAllocaToVector()
815 return RejectUser(Inst, "unhandled alloca user"); in tryPromoteAllocaToVector()
825 return RejectUser( in tryPromoteAllocaToVector()