Lines Matching refs:selector
270 // ObjC EH selector entries are always global variables with
281 // ObjC EH selector entries are always global variables with
333 /// Returns the value to inject into a selector to indicate the
518 // Load the selector value.
519 llvm::Value *selector = CGF.getSelectorFromSlot();
524 CGF.Builder.CreateICmpSLT(selector, zero, "ehspec.fails");
699 // the arguments to the @llvm.eh.selector call, and the selector
1160 // Load the selector value.
1161 llvm::Value *selector = CGF.getSelectorFromSlot();
1200 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches");