Searched refs:ElSize (Results 1 – 2 of 2) sorted by relevance
390 const SCEV *ElSize = SE.getSizeOfExpr(ElTy); in expandAddToGEP() local391 if (!ElSize->isZero()) { in expandAddToGEP()396 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) { in expandAddToGEP()
3540 unsigned ElSize = VBits / VL; in isVEXTRACTF128Index() local3541 bool Result = (Index * ElSize) % 128 == 0; in isVEXTRACTF128Index()3559 unsigned ElSize = VBits / VL; in isVINSERTF128Index() local3560 bool Result = (Index * ElSize) % 128 == 0; in isVINSERTF128Index()