Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1360 auto DeferCheck = [&DeferredChecks, &InfosRef](Type *T) { in matchIntrinsicType() local
1414 return IsDeferredCheck || DeferCheck(Ty); in matchIntrinsicType()
1433 return IsDeferredCheck || DeferCheck(Ty); in matchIntrinsicType()
1448 return IsDeferredCheck || DeferCheck(Ty); in matchIntrinsicType()
1463 return IsDeferredCheck || DeferCheck(Ty); in matchIntrinsicType()
1471 return IsDeferredCheck || DeferCheck(Ty); in matchIntrinsicType()
1490 return IsDeferredCheck || DeferCheck(Ty); in matchIntrinsicType()
1497 return IsDeferredCheck || DeferCheck(Ty); in matchIntrinsicType()
1513 return DeferCheck(Ty); in matchIntrinsicType()
1538 return IsDeferredCheck ? true : DeferCheck(Ty); in matchIntrinsicType()
[all …]