Searched defs:cmpIndx (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp774 Value *cmpIndx, *newIndx; local
775 cmpIndx = Builder.CreateICmpUGT(Indx, Builder.getInt32(3),
778 Indx = Builder.CreateSelect(cmpIndx, newIndx, Indx, "sel_shuf_idx");

Completed in 34 milliseconds