Searched refs:InferPointerInfo (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7233 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function 7257 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function 7262 return InferPointerInfo(Info, DAG, Ptr, OffsetNode->getSExtValue()); in InferPointerInfo() 7264 return InferPointerInfo(Info, DAG, Ptr); in InferPointerInfo() 7283 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoad() 7402 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getStore() 7454 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStore()
|