Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4715 bool FoundCall = false; in visitIntrinsicCall() local
4735 Assert(!FoundCall, "Can have at most one call corresponding to a " in visitIntrinsicCall()
4737 FoundCall = true; in visitIntrinsicCall()