Searched refs:IntrinsicInstPred (Results 1 – 1 of 1) sorted by relevance
637 mutable DenseMap<const IntrinsicInst *, const Value *> IntrinsicInstPred; member in __anonb04f3f7e0211::NewGVN2988 IntrinsicInstPred.clear(); in cleanupTables()4209 auto LookupResult = IntrinsicInstPred.find(I); in shouldSwapOperandsForIntrinsic()4211 if (LookupResult == IntrinsicInstPred.end()) in shouldSwapOperandsForIntrinsic()4212 IntrinsicInstPred.insert({I, B}); in shouldSwapOperandsForIntrinsic()4218 if (LookupResult != IntrinsicInstPred.end()) { in shouldSwapOperandsForIntrinsic()