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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp550 /// equivalentAddressValues - Test if A and B will obviously have the same
558 static bool equivalentAddressValues(Value *A, Value *B) { function
632 if (PrevSI->isSimple() && equivalentAddressValues(PrevSI->getOperand(1),
646 if (LI == Val && equivalentAddressValues(LI->getOperand(0), Ptr) &&

Completed in 109 milliseconds