Searched refs:MaxRdx (Results 1 – 1 of 1) sorted by relevance
1235 Value *MaxRdx = Src->getType()->isVectorTy() in createFindLastIVReduction() local1242 Builder.CreateCmp(CmpInst::ICMP_NE, MaxRdx, Sentinel, "rdx.select.cmp"); in createFindLastIVReduction()1243 return Builder.CreateSelect(Cmp, MaxRdx, Start, "rdx.select"); in createFindLastIVReduction()