Searched refs:IntrinsicInstPred (Results 1 – 1 of 1) sorted by relevance
641 mutable DenseMap<const IntrinsicInst *, const Value *> IntrinsicInstPred; member in __anonb3555ec80211::NewGVN2988 IntrinsicInstPred.clear(); in cleanupTables()4214 auto LookupResult = IntrinsicInstPred.find(I); in shouldSwapOperandsForIntrinsic()4216 if (LookupResult == IntrinsicInstPred.end()) in shouldSwapOperandsForIntrinsic()4217 IntrinsicInstPred.insert({I, B}); in shouldSwapOperandsForIntrinsic()4223 if (LookupResult != IntrinsicInstPred.end()) { in shouldSwapOperandsForIntrinsic()