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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1291 /// equivalentAddressValues - Test if A and B will obviously have the same
1299 static bool equivalentAddressValues(Value *A, Value *B) { function
1444 if (PrevSI->isUnordered() && equivalentAddressValues(PrevSI->getOperand(1),
1461 if (LI == Val && equivalentAddressValues(LI->getOperand(0), Ptr)) {

Completed in 93 milliseconds