Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isAlias

284     /// isAlias - Return true if there is any possibility that the two addresses
286 bool isAlias(SDValue Ptr1, int64_t Size1,
295 /// isAlias - Return true if there is any possibility that the two addresses
297 bool isAlias(LSBaseSDNode *Op0, LSBaseSDNode *Op1);
7868 if (isAlias(AliasLoadNodes[ld], StoreNodes[i].MemNode)) {
9873 /// isAlias - Return true if there is any possibility that the two addresses
9875 bool DAGCombiner::isAlias(SDValue Ptr1, int64_t Size1,
9946 bool DAGCombiner::isAlias(LSBaseSDNode *Op0, LSBaseSDNode *Op1) {
9957 return isAlias(Ptr0, Size0, SrcValue0, SrcValueOffset0,
10049 isAlias(Ptr, Size, SrcValue, SrcValueOffset, SrcValueAlign,