Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1279 static bool equivalentAddressValues(Value *A, Value *B) { in equivalentAddressValues() function
1419 if (PrevSI->isUnordered() && equivalentAddressValues(PrevSI->getOperand(1), in visitStoreInst()
1436 if (LI == Val && equivalentAddressValues(LI->getOperand(0), Ptr)) { in visitStoreInst()