reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2608 SExp.setInsertPoint(&*Builder.GetInsertPoint()); 2621 Builder.SetCurrentDebugLocation(LatchCmpInst->getDebugLoc()); 2625 Type *CmpFuncSizeTy = DL->getIntPtrType(Builder.getContext()); 2632 Len = Builder.CreatePtrToInt(Len, CmpFuncSizeTy); 2645 Builder.SetCurrentDebugLocation(BCmpInst->getDebugLoc()); 2649 cast<CallInst>(HasBCmp ? emitBCmp(PtrA, PtrB, Len, Builder, *DL, TLI) 2650 : emitMemCmp(PtrA, PtrB, Len, Builder, *DL, TLI)); 2656 auto *ComparedEqual = cast<ICmpInst>(Builder.CreateICmpEQ( 2661 Builder.ClearInsertionPoint();