Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:selector

282           // ObjC EH selector entries are always global variables with
293 // ObjC EH selector entries are always global variables with
345 /// 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
1164 // Load the selector value.
1165 llvm::Value *selector = CGF.getSelectorFromSlot();
1204 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches");