Lines Matching defs:selector
253 // ObjC EH selector entries are always global variables with
264 // ObjC EH selector entries are always global variables with
315 /// Returns the value to inject into a selector to indicate the
500 // Load the selector value.
501 llvm::Value *selector = CGF.getSelectorFromSlot();
506 CGF.Builder.CreateICmpSLT(selector, zero, "ehspec.fails");
682 // the arguments to the @llvm.eh.selector call, and the selector
1126 // Load the selector value.
1127 llvm::Value *selector = CGF.getSelectorFromSlot();
1166 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches");