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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4207 /// InferPointerInfo - If the specified ptr/offset is a frame index, infer a
4211 static MachinePointerInfo InferPointerInfo(SDValue Ptr, int64_t Offset = 0) { function
4227 /// InferPointerInfo - If the specified ptr/offset is a frame index, infer a
4231 static MachinePointerInfo InferPointerInfo(SDValue Ptr, SDValue OffsetOp) { function
4234 return InferPointerInfo(Ptr, OffsetNode->getSExtValue());
4236 return InferPointerInfo(Ptr);
4265 PtrInfo = InferPointerInfo(Ptr, Offset);
4375 PtrInfo = InferPointerInfo(Ptr);
4429 PtrInfo = InferPointerInfo(Ptr);

Completed in 46 milliseconds