Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp4752 bool FoundCall = false; in visitIntrinsicCall() local
4772 Assert(!FoundCall, "Can have at most one call corresponding to a " in visitIntrinsicCall()
4774 FoundCall = true; in visitIntrinsicCall()