Searched refs:MemInstMatching (Results 1 – 1 of 1) sorted by relevance
1095 bool MemInstMatching = !MemInst.isLoad(); in getMatchingValue() local1096 Instruction *Matching = MemInstMatching ? MemInst.get() : InVal.DefInst; in getMatchingValue()1097 Instruction *Other = MemInstMatching ? InVal.DefInst : MemInst.get(); in getMatchingValue()