Home
last modified time | relevance | path

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

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