Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp855 static bool equivalentAddressValues(Value *A, Value *B) { in equivalentAddressValues() function
940 if (PrevSI->isSimple() && equivalentAddressValues(PrevSI->getOperand(1), in visitStoreInst()
954 if (LI == Val && equivalentAddressValues(LI->getOperand(0), Ptr) && in visitStoreInst()