Home | History | Annotate | Download | only in InstCombine

Lines Matching full:equivalentaddressvalues

847 /// equivalentAddressValues - Test if A and B will obviously have the same
855 static bool equivalentAddressValues(Value *A, Value *B) {
940 if (PrevSI->isSimple() && equivalentAddressValues(PrevSI->getOperand(1),
954 if (LI == Val && equivalentAddressValues(LI->getOperand(0), Ptr) &&