Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5299 bool FoundCall = false; in visitIntrinsicCall() local
5319 Check(!FoundCall, "Can have at most one call corresponding to a " in visitIntrinsicCall()
5321 FoundCall = true; in visitIntrinsicCall()