Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1174 bool MatchingNTI = isHandledNonTargetIntrinsic(Matching); in getMatchingValue() local
1176 if (OtherNTI != MatchingNTI) in getMatchingValue()
1178 if (OtherNTI && MatchingNTI) { in getMatchingValue()