Searched refs:ElSize (Results 1 – 2 of 2) sorted by relevance
414 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy); in expandAddToGEP() local415 if (!ElSize->isZero()) { in expandAddToGEP()419 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()
4251 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); in isVEXTRACTIndex() local4252 bool Result = (Index * ElSize) % vecWidth == 0; in isVEXTRACTIndex()4269 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); in isVINSERTIndex() local4270 bool Result = (Index * ElSize) % vecWidth == 0; in isVINSERTIndex()