Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1134 bool MatchingNTI = isHandledNonTargetIntrinsic(Matching); in getMatchingValue() local
1136 if (OtherNTI != MatchingNTI) in getMatchingValue()
1138 if (OtherNTI && MatchingNTI) { in getMatchingValue()