Searched refs:unwrapAddress (Results 1 – 4 of 4) sorted by relevance
83 SDValue Base = DAG.getTargetLoweringInfo().unwrapAddress(Ptr); in match()
869 SDValue unwrapAddress(SDValue N) const override;
29114 SDValue X86TargetLowering::unwrapAddress(SDValue N) const { in unwrapAddress() function in X86TargetLowering
2916 virtual SDValue unwrapAddress(SDValue N) const { return N; } in unwrapAddress() function