Lines Matching refs:selector
271 // ObjC EH selector entries are always global variables with
282 // ObjC EH selector entries are always global variables with
335 /// Returns the value to inject into a selector to indicate the
527 // Load the selector value.
528 llvm::Value *selector = CGF.getSelectorFromSlot();
533 CGF.Builder.CreateICmpSLT(selector, zero, "ehspec.fails");
1127 // Load the selector value.
1128 llvm::Value *selector = CGF.getSelectorFromSlot();
1167 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches");