Searched refs:SubI (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp845 for (QualType SubI : Subset->exceptions()) {
846 if (const ReferenceType *RefTy = SubI->getAs<ReferenceType>())
847 SubI = RefTy->getPointeeType();
858 if (handlerCanCatch(SuperI, SubI)) {
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1012 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); local
1013 for( ; SubI != SubE; ++SubI) {
1014 if (!is_contained(SuperResources, *SubI)) {
1018 if (SubI == SubE) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp885 auto SubI = local
892 if (!constrainSelectedInstRegOperands(*SubI, TII, TRI, RBI))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp495 Instruction *SubI = dyn_cast<Instruction>(Sub); local
506 if (SubI && equal(SubI, U))

Completed in 139 milliseconds