Searched defs:InferPointerInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4099 /// InferPointerInfo - If the specified ptr/offset is a frame index, infer a
4103 static MachinePointerInfo InferPointerInfo(SDValue Ptr, int64_t Offset = 0) { function
4119 /// InferPointerInfo - If the specified ptr/offset is a frame index, infer a
4123 static MachinePointerInfo InferPointerInfo(SDValue Ptr, SDValue OffsetOp) { function
4126 return InferPointerInfo(Ptr, OffsetNode->getSExtValue());
4128 return InferPointerInfo(Ptr);
4157 PtrInfo = InferPointerInfo(Ptr, Offset);
4266 PtrInfo = InferPointerInfo(Ptr);
4319 PtrInfo = InferPointerInfo(Ptr);

Completed in 37 milliseconds