Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp5120 bool FoundCall = false; in visitIntrinsicCall() local
5140 Check(!FoundCall, "Can have at most one call corresponding to a " in visitIntrinsicCall()
5142 FoundCall = true; in visitIntrinsicCall()