Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1255 static bool equivalentAddressValues(Value *A, Value *B) { in equivalentAddressValues() function
1396 equivalentAddressValues(PrevSI->getOperand(1), SI.getOperand(1)) && in visitStoreInst()
1414 if (LI == Val && equivalentAddressValues(LI->getOperand(0), Ptr)) { in visitStoreInst()