Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1571 auto InfosRef = Infos; in matchIntrinsicType() local
1572 auto DeferCheck = [&DeferredChecks, &InfosRef](Type *T) { in matchIntrinsicType()
1573 DeferredChecks.emplace_back(T, InfosRef); in matchIntrinsicType()