Fill MemIntrinsicInfo for a target memory intrinsic, if recognized.
Declared in <llvm/Analysis/TargetTransformInfoImpl.h>
virtual
bool
getTgtMemIntrinsic(
IntrinsicInst* Inst,
MemIntrinsicInfo& Info) const;
True if the intrinsic is a supported memory intrinsic.
| Name | Description |
|---|---|
| Inst | Optional instruction using the immediate. |
| Info | Known properties of the pointer chain. |