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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4449 /// InferPointerInfo - If the specified ptr/offset is a frame index, infer a
4453 static MachinePointerInfo InferPointerInfo(SDValue Ptr, int64_t Offset = 0) { function
4469 /// InferPointerInfo - If the specified ptr/offset is a frame index, infer a
4473 static MachinePointerInfo InferPointerInfo(SDValue Ptr, SDValue OffsetOp) { function
4476 return InferPointerInfo(Ptr, OffsetNode->getSExtValue());
4478 return InferPointerInfo(Ptr);
4507 PtrInfo = InferPointerInfo(Ptr, Offset);
4634 PtrInfo = InferPointerInfo(Ptr);
4689 PtrInfo = InferPointerInfo(Ptr);

Completed in 136 milliseconds