Searched refs:ElSize (Results 1 – 2 of 2) sorted by relevance
400 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy); in expandAddToGEP() local401 if (!ElSize->isZero()) { in expandAddToGEP()406 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()
3827 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); in isVEXTRACTIndex() local3828 bool Result = (Index * ElSize) % vecWidth == 0; in isVEXTRACTIndex()3845 unsigned ElSize = VT.getVectorElementType().getSizeInBits(); in isVINSERTIndex() local3846 bool Result = (Index * ElSize) % vecWidth == 0; in isVINSERTIndex()