Lines Matching refs:selector
289 // ObjC EH selector entries are always global variables with
300 // ObjC EH selector entries are always global variables with
353 /// Returns the value to inject into a selector to indicate the
530 // Load the selector value.
531 llvm::Value *selector = CGF.getSelectorFromSlot();
536 CGF.Builder.CreateICmpSLT(selector, zero, "ehspec.fails");
711 // the arguments to the @llvm.eh.selector call, and the selector
1168 // Load the selector value.
1169 llvm::Value *selector = CGF.getSelectorFromSlot();
1208 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches");