Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp5023 bool FoundCall = false; in visitIntrinsicCall() local
5043 Check(!FoundCall, "Can have at most one call corresponding to a " in visitIntrinsicCall()
5045 FoundCall = true; in visitIntrinsicCall()