Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1536 auto InfosRef = Infos; in matchIntrinsicType() local
1537 auto DeferCheck = [&DeferredChecks, &InfosRef](Type *T) { in matchIntrinsicType()
1538 DeferredChecks.emplace_back(T, InfosRef); in matchIntrinsicType()