search for: meaningpointstoconstantmemory

Displaying 1 result from an estimated 1 matches for "meaningpointstoconstantmemory".

2018 Apr 27
1
TBAA metadata
...MDNode pointing to the node representing the access type. The third operand is a ConstantInt that states the offset of the access. If a fourth field is present, it must be a ConstantInt valued at 0 or 1. If it is 1 then the access tag states that the location being accessed is "constant" (meaningpointsToConstantMemory should return true; see other useful AliasAnalysis methods<https://llvm.org/docs/AliasAnalysis.html#OtherItfs>). The TBAA root of the access type and the base type of an access tag must be the same, and that is the TBAA root of the access tag." (https://llvm.org/docs/LangRef.html#tbaa-me...