Searched refs:IntrinsicInstPred (Results 1 – 1 of 1) sorted by relevance
640 mutable DenseMap<const IntrinsicInst *, const Value *> IntrinsicInstPred; member in __anonf7cb05f80211::NewGVN2985 IntrinsicInstPred.clear(); in cleanupTables()4192 auto LookupResult = IntrinsicInstPred.find(I); in shouldSwapOperandsForIntrinsic()4194 if (LookupResult == IntrinsicInstPred.end()) in shouldSwapOperandsForIntrinsic()4195 IntrinsicInstPred.insert({I, B}); in shouldSwapOperandsForIntrinsic()4201 if (LookupResult != IntrinsicInstPred.end()) { in shouldSwapOperandsForIntrinsic()